static public float log (float a, float value) { return (float)(Math.log(value) / Math.log(a));
確定! 回上一頁