Skip to content

sin

sin(x) → number · Math

Compute the sine of an angle in radians.

  • x (required): angle in radians
utlx
sin(pi() / 2)                            // 1.0

Released under AGPL-3.0.