Hi,
Thanks, I forgot about that issue. I remember reading somewhere that even 0.1 is stored as an approximation, as it's impossible to store it exactly.
I'll do the comparison in Unix - it seems to work there (will need to check this some more) :
#! /bin/ksh93
a=0.01
b=0.05
(( c = a + b ))...