Error and Gamma Functions:
arg - floating point value
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
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 ); |
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