Arithmetic/Complex: Difference between revisions

Content deleted Content added
C# code
Line 988: Line 988:


=={{header|OCaml}}==
=={{header|OCaml}}==
The "Complex" module provides the functionality of complex numbers.
The [http://caml.inria.fr/pub/docs/manual-ocaml/libref/Complex.html Complex] module from the standard library provides the functionality of complex numbers:
<lang ocaml>open Complex
<lang ocaml>open Complex