Help for this page

Select Code to Download


  1. or download this
    >perl -e"printf qq{%.0f\n}, 9007199254740992 + 3"
    9007199254740996    even? how odd!
    
  2. or download this
    # If working with cents
    $tax_amount = sprintf('%.0f', $amount * $tax_rate);