runformula

package module
v0.0.0-...-7dd214c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 30, 2021 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const Version = "v1.0.0"

Version is the current gin framework's version.

Variables

This section is empty.

Functions

func Byte2Str

func Byte2Str(b []byte) string

func Run

func Run(script string, ceil int) string

计算公式 ceil 小数位数,-1不限

Types

type Stack

type Stack struct {
	// contains filtered or unexported fields
}

func (*Stack) Clear

func (s *Stack) Clear()

func (*Stack) Empty

func (s *Stack) Empty() bool

func (*Stack) Pop

func (s *Stack) Pop() (string, bool)

出栈

func (*Stack) Push

func (s *Stack) Push(val string)

入栈

func (*Stack) Top

func (s *Stack) Top() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL