Help for this page
(0.6 / 0.2) asInteger 2
python -c 'print int(0.6/0.2)' 2
ruby -e 'print (0.6/0.2).to_i' 2