wmoxam (owner)

Revisions

gist: 164171 Download_button fork
public
Public Clone URL: git://gist.github.com/164171.git
Embed All Files: show embed
Ruby #
1
2
3
4
5
6
7
8
>> a = (32.675 * 100.00)
=> 3267.5
>> a.round
=> 3267
>> b = 3267.5
=> 3267.5
>> b.round
=> 3268