@benjaminhollonDADGUM.~ $ echo "0.1+0.2" |bc -l.3~ $ perl -e 'print 0.1+0.2,"\n"'0.3~ $ python -c 'print( 0.1+0.2 )'0.30000000000000004