- 1、本文档共3页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
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
您可能关注的文档
- 51访问绝对地址(国外英语资料).doc
- 5800使用说明(国外英语资料).doc
- 57-中国外汇交易中心(国外英语资料).doc
- 5800计算程序(国外英语资料).doc
- 5800隧道程序(国外英语资料).doc
- 5天作业之讲义重点句(国外英语资料).doc
- 5轴主轴头选项文件设置(国外英语资料).doc
- 6.5数组中的链表(国外英语资料).doc
- 6.3力的平衡(国外英语资料).doc
- 680个地区名(后面可以替换任意文字)(国外英语资料).doc
- 2025天津市武清区人民医院招聘高层次人才3人笔试参考题库附答案解析.docx
- 2025年宿迁市法院书记员招聘笔试备考试题及答案解析.docx
- 2025四川雅安市商业银行招聘31人笔试参考题库附答案解析.docx
- 2025四川凉山州西昌市考核招聘卫健系统事业单位人员42人笔试参考题库附答案解析.docx
- 2025年遂宁市法院书记员招聘笔试备考试题及答案解析.docx
- 2022年2月淮南市直机关遴选公务员面试真题附详解.docx
- 2022年11月辽宁省直机关遴选公务员面试真题附带题目详解.docx
- 2022年2月济宁市直机关遴选公务员面试真题附解析.docx
- 2022年11月新乡市直机关遴选公务员面试真题带答案详解.docx
- 2022年2月宣城市直遴选面试真题附详解.docx
文档评论(0)