标签: C
C 库函数 – frexp()
描述 C 库函数 double frexp(double x, int …
C 库函数 – exp()
描述 C 库函数 double exp(double x) 返回 e 的…
C 库函数 – tanh()
描述 C 库函数 double tanh(double x) 返回 x …
C 库函数 – sinh()
描述 C 库函数 double sinh(double x) 返回 x …
C 库函数 – sin()
描述 C 库函数 double sin(double x) 返回弧度角 …
C 库函数 – cosh()
描述 C 库函数 double cosh(double x) 返回 x …
C 库函数 – cos()
描述 C 库函数 double cos(double x) 返回弧度角 …
C 库函数 – atan2()
描述 C 库函数 double atan2(double y, doub…
C 库函数 – atan()
描述 C 库函数 double atan(double x) 返回以弧度…
C 库函数 – asin()
描述 C 库函数 double asin(double x) 返回以弧度…