Help for this page

Select Code to Download


  1. or download this
    (0.6 / 0.2) asInteger
    2
    
  2. or download this
    python -c 'print int(0.6/0.2)'
    2
    
  3. or download this
    ruby -e 'print (0.6/0.2).to_i'
    2