C3750017

Explanation

The input value of log10f() was equal to 0.0, a pole error happened.

Programmer response

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

Symbolic Feedback Code

JrEdcF2d_Erange23