Dilogarithm
Advanced Analysis Library Only
double Dilogarithm (double x);
Purpose
Computes the dilogarithm function, also known as Spence's Integral, which is defined as follows:
Parameters
Input | ||
Name | Type | Description |
x | double | The input parameter that specifies the integral range. |
Return Value
Name | Type | Description |
result | double | The value of the dilogarithm function. |
Additional Information
Library: Advanced Analysis Library
Include file: analysis.h
LabWindows/CVI compatibility: LabWindows/CVI 8.0 and later