sin(x: f64) → f64

Category: [math](builtinsmath)_

Sine of an angle in radians.

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