diff --git a/src/builtins.pod b/src/builtins.pod index fd25f67..75b36a1 100644 --- a/src/builtins.pod +++ b/src/builtins.pod @@ -53,6 +53,14 @@ fast, but subject to limited precision. Numbers in scientific notation like C<6.022e23> are of type C. +=item Complex + +C is the complex number type. Complex numbers have two +parts to them: a real part and in imaginary part. If either part +is considered C, then the entire number may possibly be C. + +Numbers in the form C are of type C. + =back The following operators are available for all number types.