double MathLog(double x)
The MathLog function returns the natural logarithm of x if successful. If x is negative, these functions return NaN (indeterminate value). If x is 0, they return INF (infinity).
MathLog 関数は、正常に終了した場合、x の自然対数を返します。もし、x が負の場合は、この関数は NaN(不確定値)を返します。x が 0 の場合は、INF(無限)を返します。
Parameters:
パラメータ:
Sample:
サンプル: