tan(x: f64) → f64
Category: [math](builtinsmath)_
Tangent of an angle in radians.
| Parameter | Type | Description | Remarks |
|---|---|---|---|
| x | f64 | The input value. | — |
| returns | f64 | The result. | — |
wcl
tan(0.0) // tangent of 0 radians → 0.0tan(x: f64) → f64
Category: [math](builtinsmath)_
Tangent of an angle in radians.
| Parameter | Type | Description | Remarks |
|---|---|---|---|
| x | f64 | The input value. | — |
| returns | f64 | The result. | — |
tan(0.0) // tangent of 0 radians → 0.0