还有一个可用的数学函数列表,可让您对数字执行数学任务。
要使用它们,您必须包含math.h
头文件在你的程序中:
#include <math.h>
要查找数字的平方根,请使用sqrt()
功能:
这个ceil()
函数将数字向上舍入到最接近的整数,并且floor()
方法将数字向下舍入到最接近的整数,并返回结果:
这个pow()
函数返回值X的力量y(Xy):
其他流行数学函数的列表(来自<math.h>
库)可以在下表中找到:
Function | Description |
---|---|
abs(x) | Returns the absolute value of x |
acos(x) | Returns the arccosine of x |
asin(x) | Returns the arcsine of x |
atan(x) | Returns the arctangent of x |
cbrt(x) | Returns the cube root of x |
cos(x) | Returns the cosine of x |
exp(x) | Returns the value of Ex |
sin(x) | Returns the sine of x (x is in radians) |
tan(x) | Returns the tangent of an angle |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!