Sin
Computes the sine of its argument; the argument should be expressed in radians
Sin(3.14/2) → 0.99
Sin(2) → 0.90
Inputs
Sin(number)
number
- A number expression, should be expressed in radians
Last updated
Was this helpful?
Computes the sine of its argument; the argument should be expressed in radians
Sin(3.14/2) → 0.99
Sin(2) → 0.90
Sin(number)
number
- A number expression, should be expressed in radians
Last updated
Was this helpful?