Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Num trait to Complex #421

Closed
wants to merge 6 commits into from
Closed

Add Num trait to Complex #421

wants to merge 6 commits into from

Commits on May 13, 2015

  1. Configuration menu
    Copy the full SHA
    965b14f View commit details
    Browse the repository at this point in the history
  2. Add a hook to calcElements in Bundle to let subclasses of Bundle

    filter out unwanted member, do type checking, etc.
    grebe committed May 13, 2015
    Configuration menu
    Copy the full SHA
    5489437 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84222b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f44ac3 View commit details
    Browse the repository at this point in the history
  5. Fix stack overflow when computing elements in bundle causes methods like

    abs2 to be invoked, constructing a new Complex() and repeating the
    cycle.
    grebe committed May 13, 2015
    Configuration menu
    Copy the full SHA
    b5c9453 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e4d580 View commit details
    Browse the repository at this point in the history