Skip to content

Need way for resolving complex in BigFracPwr #12

@mcreng

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)

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions