C3131001

Explanation

The input value of log1p() function was out of reasonable input range, a domain error happened.

Programmer response

To avoid this error, specify a reasonable input value which should be a double number that greater than -1.0.

Symbolic Feedback Code

JrEdcfl1pEdom01