示例: Java Math.log(). class Main { public static void main(String[] args) { // compute log() for double value System.out.println(Math.log(9.0)); ...
確定! 回上一頁