Skip to content

Protocol for algorithms on both real and complex numbers #79

@NevinBR

Description

@NevinBR

We should have a protocol that floating-point types as well as Complex conform to, which includes multiplication and division. This will enable people to write more useful generic algorithms for those types.

One option is a protocol (perhaps named Field) that refines Numeric and includes division. Then algorithms could be written against either Field or Field & ElementaryFunctions.

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