RosettaCodeData/Task/Arithmetic-Complex/Common-Lisp/arithmetic-complex-1.lisp
Ingy döt Net 764da6cbbb CDE
2013-04-10 16:57:12 -07:00

5 lines
47 B
Common Lisp

> (sqrt -1)
#C(0.0 1.0)
> (expt #c(0 1) 2)
-1