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