CAPL Script

Log

Syntax

double _log(double x)

Function

Calculates the natural logarithm.

Parameters

Value of which the logarithm shall be calculated.

Return Values

Logarithm of x (to base e).

double x;x = _log(1.0); // x == 0.0