pub fn sec<T: Float>(cos: UnitNegRange<T>) -> Option<T>Expand description
The secant of an angle.
costhe cosine of the angle.
returns the secant or None if cos < SQ_EPSILON
pub fn sec<T: Float>(cos: UnitNegRange<T>) -> Option<T>The secant of an angle.
cos the cosine of the angle.returns the secant or None if cos < SQ_EPSILON