Documentation ¶
Overview ¶
Package number contains builtins to work with numbers.
Index ¶
- func Add(args []sxpf.Object) (sxpf.Object, error)
- func Div(args []sxpf.Object) (sxpf.Object, error)
- func Equal(args []sxpf.Object) (sxpf.Object, error)
- func Greater(args []sxpf.Object) (sxpf.Object, error)
- func GreaterEqual(args []sxpf.Object) (sxpf.Object, error)
- func Less(args []sxpf.Object) (sxpf.Object, error)
- func LessEqual(args []sxpf.Object) (sxpf.Object, error)
- func Max(args []sxpf.Object) (sxpf.Object, error)
- func Min(args []sxpf.Object) (sxpf.Object, error)
- func Mod(args []sxpf.Object) (sxpf.Object, error)
- func Mul(args []sxpf.Object) (sxpf.Object, error)
- func NumberP(args []sxpf.Object) (sxpf.Object, error)
- func Sub(args []sxpf.Object) (sxpf.Object, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GreaterEqual ¶
GreaterEqual implements a numeric comparision w.r.t to the greater-equal operation.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.