Euler
double Euler (void);
Purpose
This function returns the value of the Euler's Constant. Euler's Constant is the base for the natural logarithm function.
Parameters
None.
Return Value
Name | Type | Description |
eulersConstant | double | Returns the value of the Euler's Constant. |
Additional Information
Library: Programmer's Toolbox
Include file: toolbox\toolbox.h
LabWindows/CVI compatibility: LabWindows/CVI 4.0 and later