C39A0001

Explanation

The input value of log2()/log2f() was less than 0.0, a domain error happened.

Programmer response

To avoid this error, specify a reasonable input value which should be a positive double/float number.

Symbolic Feedback Code

JrEdcLog2Edom01