hypergeo
Confluent hypergeometric function
Controller: CodeCogs
Contents
Dependents
Interface
C++
Excel
Hypergeo
doublehypergeo( | double | a | |
double | b | ||
double | x | ) |
Accuracy:
Tested at random points (a, b, x), all three variables ranging from 0 to 30. <pre> Relative error: arithmetic domain # trials peak rms DEC 0,30 2000 1.2e-15 1.3e-16 IEEE 0,30 30000 1.8e-14 1.1e-15 </pre> Larger errors can be observed when b is near a negative integer or zero. Certain combinations of arguments yield serious cancellation error in the power series summation and also are not in the region of near convergence of the asymptotic series. An error message is printed if the self-estimated relative error is greater than 1.0e-12.References:
Cephes Math Library Release 2.0: April, 1987Parameters
x argument
Authors
- Stephen L. Moshier Copyright 1984, 1987, 1988, 2000
Updated by Will Bateman
Source Code
Source code is available when you buy a Commercial licence.
Not a member, then Register with CodeCogs. Already a Member, then Login.