This very point is causing me headaches on exported variables when I use math like:
1/30 or floating point versions of 0.033
It gets rounded to .1 in the inspector, even if I set a step of 0.001.
export(float, 0, 1, 0.001) var sample_rate:float = 1.0/25.0
The -slider- works on the increments but text entry is flawed.
Whoops the minimum value on export was 0.1 in the real case. Pilot error!