sine of angle or radiant()
This function returns the sine of angle a.
Parameters
Parameter |
Description |
a |
Angle in degrees or radians, see b. |
b |
true, if a is in radians. false, if a is in degrees. Default: false. |
Examples
Note: Data type on the field on which this function was used: Double.
Parameter a |
Parameter b |
Result |
90 |
false |
1.0 |
3 |
true |
0.1411200080598672 |