Common mathematical functions
来自cppreference.com
该页由英文版wiki使用Google Translate机器翻译而来。
该翻译可能存在错误或用词不当。鼠标停留在文本上可以看到原版本。你可以帮助我们修正错误或改进翻译。参见说明请点击这里. |
[编辑] 功能
在头文件
<math.h> 中定义 | |
| |
(C99) |
计算的积分值(|x|)的绝对值 原文: computes absolute value of an integral value (|x|) (函数) |
一个浮点值的绝对值(|x|) 原文: absolute value of a floating point value (|x|) (函数) | |
(C99) |
商和余数的整数除法 原文: the quotient and remainder of integer division (函数) |
浮点除法运算的剩余部分 原文: remainder of the floating point division operation (函数) | |
(C99) |
签署剩余的除法运算 原文: signed remainder of the division operation (函数) |
(C99) |
签署其余部分以及最后三个位的除法运算 原文: signed remainder as well as the three last bits of the division operation (函数) |
(C99) |
乘加操作 (函数) |
(C99) |
较大的两个浮点值 原文: larger of two floating point values (函数) |
(C99) |
较小的两个浮点值 原文: smaller of two floating point values (函数) |
(C99) |
两个浮点值(max(0, x-y))的积极的影响 原文: positive difference of two floating point values (max(0, x-y)) (函数) |
(C99) (C99) (C99) |
没有一个数字(NaN) (函数) |
| |
返回“E”提出的功率(ex) 原文: returns e raised to the given power (ex) (函数) | |
(C99) |
返回“2”提出的功率(2x) 原文: returns 2 raised to the given power (2x) (函数) |
(C99) |
返回“E”提出的给定功率,减一(ex-1) 原文: returns e raised to the given power, minus one (ex-1) (函数) |
计算自然(基地“E”)对数(基地“E”)(ln(x)) 原文: computes natural (base e) logarithm (to base e) (ln(x)) (函数) | |
常见的计算(基地“10”)对数(log10(x)) 原文: computes common (base 10) logarithm (log10(x)) (函数) | |
(C99) |
自然对数(以基地“E”)1加给定数 原文: natural logarithm (to base e) of 1 plus the given number (函数) |
(C99) |
基体2的对数的给定数 原文: base 2 logarithm of the given number (函数) |
| |
计算平方根(√x) (函数) | |
(C99) |
计算立方米的根(3√x) (函数) |
(C99) |
计算两个给定的号码(√x2 +y2 )的平方之和的平方根 原文: computes square root of the sum of the squares of two given numbers (√x2 +y2 ) (函数) |
引起了一些给定的功率(xy) 原文: raises a number to the given power (xy) (函数) | |
| |
计算的正弦(sin(x)) (函数) | |
计算余弦(cos(x)) (函数) | |
计算角正切(tan(x)) (函数) | |
计算弧的正弦(arcsin(x)) (函数) | |
计算反余弦(arccos(x)) (函数) | |
计算反正切值(arctan(x)) (函数) | |
圆弧相切,使用标志来确定象限 原文: arc tangent, using signs to determine quadrants (函数) | |
| |
计算双曲正弦(sh(x)) (函数) | |
计算双曲余弦(ch(x)) (函数) | |
双曲正切 (函数) | |
(C99) |
双曲反正弦 (函数) |
(C99) |
双曲反余弦值 (函数) |
(C99) |
双曲反正切 (函数) |
| |
(C99) |
误差函数 (函数) |
(C99) |
互补误差函数 (函数) |
(C99) |
伽玛函数的自然对数 原文: natural logarithm of the gamma function (函数) |
(C99) |
伽玛函数 (函数) |
原文: Nearest integer floating point operations | |
最接近的整数不小于给定的值 原文: nearest integer not less than the given value (函数) | |
最接近的整数不大于给定值 原文: nearest integer not greater than the given value (函数) | |
(C99) |
最接近的整数的幅值比不大于给定值 原文: nearest integer not greater in magnitude than the given value (函数) |
(C99) (C99) (C99) |
最接近的整数,四舍五入的距离零中途情况下 原文: nearest integer, rounding away from zero in halfway cases (函数) |
(C99) |
最接近的整数,使用当前的舍入模式 原文: nearest integer using current rounding mode (函数) |
(C99) (C99) (C99) |
最接近的整数 的结果是不同的异常,如果使用当前的舍入模式 原文: nearest integer using current rounding mode with exception if the result differs (函数) |
原文: Floating point manipulation functions | |
分解一个数字,位数和电源2 原文: decomposes a number into significand and a power of 2 (函数) | |
2次方乘以一个数 原文: multiplies a number by 2 raised to a power (函数) | |
分解一个数字的整数部分和小数部分 原文: decomposes a number into integer and fractional parts (函数) | |
(C99) (C99) |
FLT_RADIX次方乘以一个数 原文: multiplies a number by FLT_RADIX raised to a power (函数) |
(C99) |
提取指数的数量 (函数) |
(C99) |
提取指数的数量 (函数) |
(C99) (C99) |
对给定值的下一个可表示的浮点值 原文: next representable floating point value towards the given value (函数) |
(C99) |
复制一个浮点值的符号 原文: copies the sign of a floating point value (函数) |
| |
(C99) |
分类浮点值 原文: categorizes the given floating point value (函数) |
(C99) |
如果给定数量的检查具有有限的价值 原文: checks if the given number has finite value (函数) |
(C99) |
检查,如果给定的数目是无限的 原文: checks if the given number is infinite (函数) |
(C99) |
检查,如果给定的数字为NaN (函数) |
(C99) |
检查如果给定的数字是正常的 原文: checks if the given number is normal (函数) |
(C99) |
给定数量的检查,如果是否定的 原文: checks if the given number is negative (函数) |
[编辑] 宏常量
在头文件
<math.h> 中定义 | |
(C99) (C99) |
表示值大float,doublelong double分别表示(无穷大) 原文: indicates value too big to be representable (infinity) by float, double and long double respectively (常量宏) |
| |
(C99) (C99) (C99) (C99) (C99) |
表示浮点数的类别 原文: indicates a floating-point category (常量宏) |