Module radians::ops

source ·
Expand description

Contains a set of traits that must be implemented on a type for it to be used in this crate.

Traits

Trait for perfoming exponential operations and their inverses with floating point numbers.
Trait for a floating point number that can be checked for NaN (not-a-number).
Trait for raising a floating point number to a power, and inverse operations.
A trait that converts a floating point number into something implementing total ordering.
Trait for computing trigonometric functions and their inverses.