C数学函数(国外英语资料).docVIP

  • 3
  • 0
  • 约1.14万字
  • 约 3页
  • 2017-06-23 发布于河南
  • 举报
C数学函数(国外英语资料)

C数学函数(国外英语资料) Where the function library for math.h, stdlib.h, string.h, float.h int ABS (int i) double cabs returns the absolute value of the integer parameter I (struct complex znum) double Fabs returns the absolute value of complex znum (double x) long labs returns the absolute value of the double precision parameters of X (long n) double exp absolute return long the integer parameter n (double x) returns the exponential function ex double frexp (double value, int *eptr value=x*2n) returns the value of X, n double ldexp stored in the eptr (double value, int exp); return the value of value*2exp double log (double x) returns the value of logex (double x double log10) returns the value of log10x double pow (double x, double y) returns the value of XY double pow10 (int p) returns the value of 10p double sqrt (double x) + X return value double ACOS V (double x) x returns the arccosine of COS-1 (x) value, X 为弧度 double asin(double x) 返回x的反正弦sin-1(x)值,x为弧度 double atan(double x) 返回x的反正切tan-1(x)值,x为弧度 double atan2(double y,double x) 返回y/x的反正切tan-1(x)值,y的x为弧度 double cos(double x) 返回x的余弦cos(x)值,x为弧度 double sin(double x) 返回x的正弦sin(x)值,x为弧度 double tan(double x) 返回x的正切tan(x)值,x为弧度 double cosh(double x) 返回x的双曲余弦cosh(x)值,x为弧度 double sinh(double x) 返回x的双曲正弦sinh(x)值,x为弧度 double tanh(double x) 返回x的双曲正切tanh(x)值,x为弧度 double hypot(double x,double y) 返回直角三角形斜边的长度(z), x和y为直角边的长度,z2=x2+y2 double ceil(double x) 返 Return of not less than x (double x floor double the smallest integer) void srand returns the largest integer not greater than x (unsigned seed) int rand (initial random number generator) generates a random number and returns the number of double poly (double x, int n, double c[]) to produce a polynomial double MODF parameter (from double value, double *iptr) will double precision number value is divided into double Fmod and order mantissa (double x, double y x/y double frexp) returns the remainder (double value, int *eptr) will double precision number into value and order double

文档评论(0)

1亿VIP精品文档

相关文档