aicis/fresco

Exponentiation with open exponent fails when exponent is a 2-power

GuutBoy opened this issue · 0 comments

A bug in ExponentiationOpenExponent.java means that a NullPointerException is thrown when computing exponentiation with an exponent that is a power of 2.

The problem arises as the IterationState object is not initialized properly.