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