欢迎来到天天文库
浏览记录
ID:25299485
大小:722.50 KB
页数:33页
时间:2018-11-19
《android strictmathz中文版》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、Summary:Constants
2、Methods
3、InheritedMethods
4、[ExpandAll]摘要:常数
5、方法
6、继承的方法
7、[展开全部]Since:APILevel1因为:空气污染水平1publicfinalclass公众最终类StrictMathStrictMathextendsObject扩展对象java.lang.Objectjava.lang.Object继承↳↳java.lang.StrictMathjava.lang.StrictMathClassOverview类概述ClassStrictMathprovides
8、basicmathconstantsandoperationssuchastrigonometricfunctions,hyperbolicfunctions,exponential,logarithms,etc.数学类StrictMath提供了基本的常量,如三角函数,双曲函数,指数,对数等,以及行动IncontrasttoclassMath,themethodsinthisclassreturnexactlythesameresultsonallplatforms.相反,类Math,所有平台的方法的结果在课堂上完全一样的回报。Algori
9、thmsbasedonthesemethodsthusbehavethesame(egregardingnumericalconvergence)onallplatforms,complyingwiththeslogan"writeonce,runeverywhere".这些方法的基础算法从而表现在所有平台上相同(例如关于数值收敛)的口号遵守“编写一次,到处运行”。Ontheotherside,theimplementationofclassStrictMathmaybelessefficientthanthatofclassMath,as
10、classStrictMathcannotutilizeplatformspecificfeaturessuchasanextendedprecisionmathco-processors.在另一边,阶级StrictMath实施可能低于类数学,有效,作为类StrictMath无法使用,如扩展精度数学协处理器平台的特定功能。Themethodsinthisclassarespecifiedusingthe"FreelyDistributableMathLibrary"(fdlibm),version5.3.在这个类的方法是指定使用“免费分发的
11、数学库”(fdlibm),版本5.3。http://www.netlib.org/fdlibm/http://www.netlib.org/fdlibm/Summary综述Constants常数double双EéThedoublevalueclosesttoe,thebaseofthenaturallogarithm.双最接近E的自然对数的底。double双PI有价证券投资Thedoublevalueclosesttopi,theratioofacircle'scircumferencetoitsdiameter.双最接近圆周率,一个圆的周
12、长和直径之比。PublicMethods公共方法staticdouble静态双IEEEremainder(doublex,doubley)IEEEremainder(双十,双Y)ReturnstheremainderofdividingxbyyusingtheIEEE754rules.返回除以剩余的x的y使用IEEE754的规则。staticfloat静浮abs(floatf)绝对值(浮动六)Returnstheabsolutevalueoftheargument.返回参数的绝对值。staticlong静态长abs(longl)绝对值(长升
13、)Returnstheabsolutevalueoftheargument.返回参数的绝对值。staticint静态诠释abs(inti)绝对值(inti)已Returnstheabsolutevalueoftheargument.返回参数的绝对值。staticdouble静态双abs(doubled)绝对值(双D)Returnstheabsolutevalueoftheargument.返回参数的绝对值。staticdouble静态双acos(doubled)阿科斯(双D)Returnstheclosestdoubleapproximat
14、ionofthearccosineoftheargumentwithintherange[0..pi].返回最接近参数近似余弦双圆弧的范围内[0..pi]。staticdoubl
此文档下载收益归作者所有