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 » exp
exp
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE
Function Syntax
Description
Calculates the exponential function.
Parameters
Value whose exponent is to be calculated.
Return Values
Exponent to base e.
Example
double x;
x = exp(5);
write("Exponent of 5: %f",x); // Result: 148.413159
cos • sin • sqrt