math.h
是C标准函数库中的头文件(标头档)。提供用于常用高级数学运算的运算函数。
包含的函数原形
函数原型 | 描述 |
---|---|
double frexp(double f, int *p);
|
标准化浮点数,,已知 求 ( 介于 ) |
double ldexp(double x, int p);
|
与 frexp() 相反,已知 求 |
函数原型 | 描述 |
---|---|
double modf(double, double *);
|
将参数的整数部分通过指针回传,返回小数部分 |
double fmod(double, double);
|
返回两参数相除的余数 |
函数原型 | 描述 |
---|---|
double hypot(double, double);
|
已知直角三角形两个直角边长度,求斜边长度 |
double ldexp(double x, int exponent);
|
计算 |
double poly(double x, int degree, double coeffs [] );
|
计算多项式 |
int matherr(struct exception *);
|
数学错误计算处理程序 |
参考
- 《C & C++ Code Capsules》
这是一篇关于计算机程序语言的小作品。您可以通过编辑或修订扩充其内容。 |
Wikiwand in your browser!
Seamless Wikipedia browsing. On steroids.
Every time you click a link to Wikipedia, Wiktionary or Wikiquote in your browser's search results, it will show the modern Wikiwand interface.
Wikiwand extension is a five stars, simple, with minimum permission required to keep your browsing private, safe and transparent.