Tool/software: Code Composer Studio
HI
I have additional question which is related to
https://e2e.ti.com/support/tools/ccs/f/81/p/961758/3555522#3555522
else
if
(10 <= X && X < 10000){
fxdLogX = -6 * (X - 5000) * (X - 5000) + 120040 * (X - 5000) - 1682360000;
Thanks to your support on above thread, customer was able to do additional verification to their code.
And, when X is 2000, final value of the expression is not overflow, but still there is the problem.