exp(z)
Class Public methods
Math::E raised to the z
power
exp(Complex(0,0)) #=> 1.0+0.0i exp(Complex(0,PI)) #=> -1.0+1.2246467991473532e-16i exp(Complex(0,PI/2.0)) #=> 6.123233995736766e-17+1.0i
Math::E raised to the z
power
exp(Complex(0,0)) #=> 1.0+0.0i exp(Complex(0,PI)) #=> -1.0+1.2246467991473532e-16i exp(Complex(0,PI/2.0)) #=> 6.123233995736766e-17+1.0i
Please login to continue.