TradeMUX SDK Documentation  1.0
TradeMUX SDK Documentation
double MathLog ( double  x)

Returns a natural logarithm

Parameters
xValue logarithm of which is to be found
Returns
The natural logarithm of val in case of success. If val is negative, the function returns NaN (undetermined value). If val is equal to 0, the function returns INF (infinity)