You're not wrong - try telling my customer this !
thanks for both comments, I've found a formula on another forum that seems to work it out :

x = 0.015
X = Int(X * 100 + 0.5) / 100

returns 0.01

if x = 0.016 then returns 0.02 - sweet