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