Sin
Returns the sine of a number.
Returns Invalid expression
if rad
has no value.
This function uses 32-bit Integers, therefore the range of valid parameters is
-2147483648 and +2147483648
Syntax
Parameters
Name
Type
Required
Description
rad
numeric
☑️
a number given in unit of radians.
Examples
Function call
Result
Sin(0)
0
Sin(Pi/2)
1
Sin(1)
0.8414709848078965
Last updated
Was this helpful?