Skip to main content

csc

Function csc 

Source
pub fn csc<T: Float>(sin: UnitNegRange<T>) -> Option<T>
Expand description

The cosecant of an angle.

  • sin the sine of the angle.

returns the cosecant or None if sin < SQ_EPSILON