The Complex() function is currently described in builtins.md as:
Signature: Complex(number, integer)
Description: Convert the two arguments Real, Imag into a complex number.
The second parameter is listed as integer, however, it should instead be imaginary (if such type exists in dREL) or at least number (-0.5 * i is a valid imaginary number).
The
Complex()function is currently described inbuiltins.mdas:The second parameter is listed as
integer, however, it should instead beimaginary(if such type exists in dREL) or at leastnumber(-0.5 * iis a valid imaginary number).