pub fn cot<T: Float>(sin: UnitNegRange<T>, cos: UnitNegRange<T>) -> Option<T>Expand description
The cotangent of an angle.
sinthe sine of the angle.
returns the cotangent or None if sin < SQ_EPSILON
pub fn cot<T: Float>(sin: UnitNegRange<T>, cos: UnitNegRange<T>) -> Option<T>The cotangent of an angle.
sin the sine of the angle.returns the cotangent or None if sin < SQ_EPSILON