WLJS LogoWLJS Notebook

Complex

Complex is the head used for complex numbers.

Examples

Create a complex number:

Complex[3, 4]
(* 3 + 4 I *)

Check the head of a complex number:

Head[2 + 3 I]
(* Complex *)

Please visit the official Wolfram Language Reference for more details.

On this page