tan(x: f64) → f64

Category: [math](builtinsmath)_

Tangent of an angle in radians.

ParameterTypeDescriptionRemarks
xf64The input value.
returnsf64The result.
wcl
tan(0.0)   // tangent of 0 radians → 0.0