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