Documentation Index
Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Open topic with navigation
CAPL Functions » General » Function Overview » _Log
_Log
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE
Function Syntax
Description
Calculates the natural logarithm.
Parameters
Value of which the logarithm shall be calculated.
Return Values
Logarithm of x (to base e).
Example
double x;
x = _log(1.0); // x == 0.0