PsiL
A
B Help Manual Page
Section:
Complex arithmetic
Name:
cneg
Negate a complex number.
cneg c:Complex.t -> Complex.t
Example:
[] let c = complex(1.0,-1.0);; [] cneg c;; - : Complex.t = -1.0, 1.0
Printed by PsiL
A
B