Flowdock
method

exp

Importance_1
v1_9_3_125 - Show latest stable - 0 notes - Class: CMath
exp(z) private

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
Show source
Register or log in to add new notes.