IMEXP


Returns e to the power of a complex number.

Syntax:

IMEXP(complexnumber)

complexnumber is text representing a complex number, for example as a+bi or a+bj.
IMEXP returns the mathematical constant e raised to the power of complexnumber. The result is a complex number presented as text.
If complexnumber is a+bi, IMEXP(complexnumber) returns .

Example:

IMEXP("1+2i")
returns -1.13120438375681+2.47172667200482i as text.






This page is protected by Google reCAPTCHA. Privacy - Terms.
 
Built using Zapof