Module trig

Source
Available on crate feature regression only.
Expand description

Traits and coefficients of trigonometric functions.

Structs§

CosecantCoefficients
The coefficients of a cosecant function.
CosineCoefficients
The coefficients of a cosine wave.
CotangentCoefficients
The coefficients of a cotangent function.
SecantCoefficients
The coefficients of a secant function.
SineCoefficients
The coefficients of a sine wave.
TangentCoefficients
The coefficients of a tangent function.

Traits§

CosecantEstimator
Implemented by all estimators yielding a cosecant function.
CosineEstimator
Implemented by all estimators yielding a cosine wave.
CotangentEstimator
Implemented by all estimators yielding a cotangent function.
SecantEstimator
Implemented by all estimators yielding a secant function.
SineEstimator
Implemented by all estimators yielding a sine wave.
TangentEstimator
Implemented by all estimators yielding a tangent function.