[][src]Module lokacore::math

This module is for math utils missing from core.

Over time, it's hoped that most of these will be added to core. Once that happens they will be removed from here as part of some future braking change.

Functions

abs_f32

f32 absolute value.

abs_f64

f64 absolute value.

ceil_f32

f32 ceiling (round toward positive infinity).

ceil_f64

f64 ceiling (round toward positive infinity).

floor_f32

f32 floor (round toward negative infinity).

floor_f64

f64 floor (round toward negative infinity).

sqrt_f32

f32 square root.

sqrt_f64

f64 square root.