Skip to content

use num::Complex instead of ComplexFloat #15

Description

@autumnull

The ComplexFloat struct doesn't implement most of the wide variety of functions you might want from a complex number. This issue makes it very difficult to fill out the rest of the methods for the mexprp::Num trait, and also makes using ComplexFloat from a user perspective very frustrating.

Thankfully, that functionality already exists, in num::Complex. I suggest using this existing crate instead of ComplexFloat, because it should make the library code much easier to write and be more useful to the user.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions