91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

java怎么調用math

小億
87
2024-09-26 02:01:59
欄目: 編程語言

在Java中,你可以使用Math類來調用各種數學函數。Math類包含了許多靜態方法,用于執行基本的數學運算,如加法、減法、乘法、除法、取平方根等。

以下是一些使用Math類的示例:

  1. 計算兩個數的和:
public class Main {
    public static void main(String[] args) {
        double a = 10;
        double b = 20;
        double sum = Math.add(a, b);
        System.out.println("Sum: " + sum);
    }
}
  1. 計算兩個數的差:
public class Main {
    public static void main(String[] args) {
        double a = 10;
        double b = 20;
        double difference = Math.subtract(a, b);
        System.out.println("Difference: " + difference);
    }
}
  1. 計算兩個數的乘積:
public class Main {
    public static void main(String[] args) {
        double a = 10;
        double b = 20;
        double product = Math.multiply(a, b);
        System.out.println("Product: " + product);
    }
}
  1. 計算兩個數的商:
public class Main {
    public static void main(String[] args) {
        double a = 10;
        double b = 20;
        double quotient = Math.divide(a, b);
        System.out.println("Quotient: " + quotient);
    }
}
  1. 計算一個數的平方根:
public class Main {
    public static void main(String[] args) {
        double number = 25;
        double squareRoot = Math.sqrt(number);
        System.out.println("Square root of " + number + " is: " + squareRoot);
    }
}

這些示例展示了如何使用Math類執行基本的數學運算。請注意,Math類中的所有方法都是靜態的,因此你可以直接通過類名調用它們,而無需創建類的實例。

0
会昌县| 尉氏县| 乐亭县| 烟台市| 乌鲁木齐市| 涿州市| 册亨县| 洛阳市| 贺兰县| 大悟县| 子长县| 大余县| 丘北县| 密山市| 大冶市| 长武县| 沙河市| 嘉兴市| 桃源县| 凤冈县| 梓潼县| 西安市| 合川市| 鹤庆县| 达孜县| 峨眉山市| 武胜县| 嘉义市| 陕西省| 南溪县| 资中县| 松潘县| 泸州市| 蕲春县| 石楼县| 财经| 凌云县| 阿鲁科尔沁旗| 拜泉县| 绥芬河市| 托里县|