PsiLAB Help Manual Page

Section: Complex arithmetic

Name: complex

Convert a float tuple to a complex number.
Only a cosmetical function!
[ c':Complex.t ] = complex (c:float*float)

Example:
[] let c = complex(1.0,-1.0);; 

Printed by PsiLAB