@return log(z) where z is this Complex number. */ public Complex log() { return new Complex(Math.log(this.mod()),this.arg()); } /** Complex square root ...
確定! 回上一頁