[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
The COMPLEX
type is a complex number represented as a string in the format <real-part>%<imaginary-part>
, where real-part and imaginary-part are both REAL
numbers. See REAL for more information.
FreeM will attempt to interpret any COMPLEX
value according to the usual rules for M canonical numbers, i.e., the string sabc123.345%fbd3.1
would be interpreted as a complex number with the real part being 123.345
and the imaginary part being 3.1
.
This document was generated on March 27, 2025 using texi2html 5.0.