This Function returns a <numeric>, which is the Sine of the specified Value.
Parameters
Value <numeric> |
|
Value to retrieve the Sine from, in radians.
|
|
|
Example 1
|
|
Example 2 |
Sin(1.5707963268)
Result = 1 |
|
Sin(DegreeToRadian(90))
Result = 1 |
Updated: 3/21/2018 4:30 PM |