Skip to content

Need way for resolving complex in BigFracPwr #12

Description

@mcreng

BigFracPwr should originally be used in real only cases, yet there are cases which negative base and fraction expn (with even denominator) may yield complex number.
I need to find a way to:

  • throw exception when evaluating it in real mode
  • allow further calculation/resolve in BigCmplxFrac class
  • beware of complex root multiplication (e.g. sqrt(-2) * sqrt(-2) should not yield 2 but -2)

Activity

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions