xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 1.79KB
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-02-20
  • 語(yǔ)言: Java
  • 標(biāo)簽:

資源簡(jiǎn)介

Java 指數(shù)與對(duì)數(shù)運(yùn)算(基礎(chǔ)篇-實(shí)例208).zip

資源截圖

代碼片段和文件信息

package?com.mingrisoft.math;

public?class?MathUtil?{
????
????public?static?void?main(String[]?args)?{
????????System.out.println(“8的立方根是:“?+?Math.cbrt(8));
????????System.out.println(“e的8次方是:“?+?Math.exp(8));
????????System.out.println(“e的8次方-1是:“?+?Math.expm1(8));
????????System.out.println(“8的自然對(duì)數(shù)是:“?+?Math.log(8));
????????System.out.println(“8的10為底的對(duì)數(shù)是:“?+?Math.log10(8));
????????System.out.println(“9的自然對(duì)數(shù)是:“?+?Math.log1p(8));
????????System.out.println(“2的3次方是:“?+?Math.pow(2?3));
????????System.out.println(“8的平方根是:“?+?Math.sqrt(8));
????}
}

?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件?????????232??2010-09-11?17:01??.classpath
?????文件?????????379??2010-09-11?17:01??.project
?????文件????????1330??2013-11-21?08:41??bin\com\mingrisoft\math\MathUtil.class
?????文件?????????619??2013-11-20?10:07??src\com\mingrisoft\math\MathUtil.java

評(píng)論

共有 條評(píng)論