Number.Sin
Syntax
Number.Sin(number as nullable number) as nullable number
About
Returns the sine of number
.
Example 1
Find the sine of the angle 0.
Usage
Number.Sin(0)
Output
0
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Number.Sin(number as nullable number) as nullable number
Returns the sine of number
.
Find the sine of the angle 0.
Usage
Number.Sin(0)
Output
0