PsiLAB Help Manual Page

Section: Complex arithmetic

Name: csqrt

Calculate the complex square root.

[ s:Complex.t ] = csqrt (z:Complex.t)

Example:
[] csqrt (1.0,2.0);; 
- : Complex.t = 1.27201964951, 0.786151377757 

Printed by PsiLAB