Skip to main content

tan

Function tan 

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

The tangent of an angle.

  • cos the cosine of the angle.

returns the tangent or None if cos < SQ_EPSILON