ExpIntegral
- Updated2023-02-21
- 1 minute(s) read
Advanced Analysis Library Only
double ExpIntegral (double x, int n);
Purpose
Computes the exponential integral function, which is defined as follows:
Parameters
Input | ||
Name | Type | Description |
x | double | The x variable in the exponential integral formula. |
n | int | The n variable in the exponential integral formula. |
Return Value
Name | Type | Description |
result | double | The value of the exponential integral function. |
Additional Information
Library: Advanced Analysis Library
Include file: analysis.h
LabWindows/CVI compatibility: LabWindows/CVI 8.0 and later