Leading the way in Microsoft Office Development
 Home|Excel|Word|PowerPoint|Consultancy|Feedback|Contact 
 Microsoft Excel > Functions > Engineering > IMEXP

 

IMEXP(inumber)

 
 Returns the exponential of a complex number in x + yi or x + yj text format.

 inumberThe complex number for which you want the exponential.

 REMARKS
 
  • This function is only available if you have the Analysis ToolPak add-in installed.
     
  • If "inumber" is not in the form x + yi or x + yj, then #NUM! is returned.
     
  • You can use the COMPLEX() function to convert real and imaginary coefficients into a complex number.

     EXAMPLES
     
     A
    1=IMEXP("1+i") = 1.46869393991589+2.28735528717884i
    2=IMEXP("1+j") = 1.46869393991589+2.28735528717884j
    3=IMEXP("i") = 0.54030230586814+0.841470984807897i
    4=IMEXP("1") = 2.718
    5=TEXT(IMEXP("1")-EXP(1),"0.000") = 0.000
    6=IMEXP("some text") = #NUM!
     

     Functions - I | Index - I | Office Online 

     Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved.Top