Module ops

Module ops 

Source
Expand description

Module containinig traits that define required operations for floating point numbers. If the optional num-traits feature is enabled, these will automatically be implemented for any type implementing num_traits::Float.

Traitsยง

Exp
Trait for perfoming exponential operations and their inverses with floating point numbers.
Pow
Trait for raising a floating point number to a power, and inverse operations.
Round
Signed
Trig
Trait for computing trigonometric functions and their inverses.