C3231001

Explanation

The first input value of pow() was less than 0.0, while the second one was non-integer, a domain error happened.

Programmer response

Specify reasonable input values.

Symbolic Feedback Code

JrEdcfpowEdom01