Documentation
¶
Index ¶
- Constants
- func Abs(ctx context.Context, args ...object.Object) object.Object
- func Ceil(ctx context.Context, args ...object.Object) object.Object
- func Cos(ctx context.Context, args ...object.Object) object.Object
- func Floor(ctx context.Context, args ...object.Object) object.Object
- func IsInf(ctx context.Context, args ...object.Object) object.Object
- func Log(ctx context.Context, args ...object.Object) object.Object
- func Log10(ctx context.Context, args ...object.Object) object.Object
- func Log2(ctx context.Context, args ...object.Object) object.Object
- func Max(ctx context.Context, args ...object.Object) object.Object
- func Min(ctx context.Context, args ...object.Object) object.Object
- func Mod(ctx context.Context, args ...object.Object) object.Object
- func Module(parentScope *scope.Scope) (*object.Module, error)
- func Pow(ctx context.Context, args ...object.Object) object.Object
- func Pow10(ctx context.Context, args ...object.Object) object.Object
- func Round(ctx context.Context, args ...object.Object) object.Object
- func Sin(ctx context.Context, args ...object.Object) object.Object
- func Sqrt(ctx context.Context, args ...object.Object) object.Object
- func Sum(ctx context.Context, args ...object.Object) object.Object
- func Tan(ctx context.Context, args ...object.Object) object.Object
Constants ¶
View Source
const Name = "math"
Name of this module
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.