Kummer
Advanced Analysis Library Only
double Kummer (double x, double a, double b);
Purpose
Computes the Kummer function, also known as the confluent hypergeometric M function. The Kummer function is a solution of the following differential equation:
Parameters
Input | ||
Name | Type | Description |
x | double | The point at which the function is evaluated. |
a | double | The numerator parameter. |
b | double | The denominator parameter. |
Return Value
Name | Type | Description |
result | double | The value of the Kummer function evaluated at x. |
Additional Information
Library: Advanced Analysis Library
Include file: analysis.h
LabWindows/CVI compatibility: LabWindows/CVI 8.0 and later