Skip to content

Fix #134: Handle the case of (expt complex complex-rational)

Raymond Toy requested to merge issue-134-expt-bug into master

The numeric-dispatch in expt was not handling the case of raising a complex to a complex rational power. Add these cases.

Add tests for these cases too.

Merge request reports