![]() ![]() |
Reference Type: Supported, Category: Math Functions, ICR#: 10105
The $$SIN^XLFMTH extrinsic function returns the sine of a number, with radians input.
$$SIN^XLFMTH(x[,n])
x: |
(required) Number in radians for which you want the sine. |
n: |
(optional) The precision for the function. Precision means the detail of the result, in terms of number of digits. |
returns: |
Returns the sine of radians input number. |
>S X=$$SIN^XLFMTH(.7853982) >W X .707106807 |