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