PsiLAB Help Manual Page

Section: Complex arithmetic

Name: cexp

Calculate the complex exponential function.

[ c:Complex.t ] = cexp (z:Complex.t)

Example:
[] cexp (1.0,0.1);; 
- : Complex.t = 2.70470174172, 0.271375362344 

Printed by PsiLAB