Skip to content

Calling signature of the Complex() built-in might be incorrect #19

@vaitkus

Description

@vaitkus

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions