Wednesday, November 30, 2016

C Math Error and Gamma Functions

Error and Gamma Functions:
arg - floating point value

erf(C99) double erf( double arg );
erff(C99) float erff( float arg );
erfl(C99) long double erfl( long double arg );
erfc(C99) double erfc( double arg );
erfcf(C99) float erfcf( float arg );
erfcl(C99) long double erfcl( long double arg );
tgamma(C99) double tgamma( double arg );
tgammaf(C99) float tgammaf( float arg );
tgammal(C99) long double tgammal( long double arg );
lgamma(C99) double lgamma( double arg );
lgammaf(C99) float lgammaf( float arg );
lgammal(C99) long double lgammal( long double arg );

math.h
Trigonometric Functions
Hyperbolic Functions
Exponential and Logarithmic Functions
Power and Absolute-value Functions
Error and Gamma Functions
Nearest Integer Functions
Remainder Functions
Manipulation Functions
Maximum, Minimum, and Positive difference Functions
Floating multiply-add Functions
Classification macro Functions
Comparison macro Functions


Related topics:
Library Functions in C   |   Standard Library in C   |   Header Files in C   |   Functions in C   |   Keywords in C   |   Data Types in C   |   Pointers in C

List of topics: C Programming

No comments:

Post a Comment