LabWindows/CVI

Table of Contents
  • LabWindows/CVI Fundamentals
  • Creating Applications
  • Distributing Applications
  • Library Reference
  • Programmer Reference
  • Hardware Information

ExpIntegral

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

Log in to get a better experience