Assume you have a field with NUMERIC data type and you want to insert the following values using prepared statements:
5.000025e+4 or 5.3e-1
This values cannot be coerced to NUMERIC. Same goes for e- values.