Math

module Math

Extended Modules

Defined in:

math/math.cr

Constant Summary

E = LibM.exp_f64(1.0)
LOG10 = LibM.log_f64(10.0)
LOG2 = LibM.log_f64(2.0)
PI = 3.14159265358979323846

Instance Method Summary