Module math

Module math 

Source
Expand description

Mathematical functions

Windjammer’s std::math module maps to these functions.

Constants§

E
PI
Constants

Functions§

abs_f64
abs_i64
Absolute value
ceil
Ceiling
cos
floor
Floor
max_f64
max_i64
Maximum
min_f64
min_i64
Minimum
pow_f64
Power
pow_i32
round
Round
sin
Trigonometric functions
sqrt
Square root
tan