Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created May 25, 2010 21:37
Show Gist options
  • Select an option

  • Save BanzaiMan/413721 to your computer and use it in GitHub Desktop.

Select an option

Save BanzaiMan/413721 to your computer and use it in GitHub Desktop.
[system]:jruby[git:master] $ ruby1.9 -v; ruby1.9 -e 'p (3134137183271432143124.21611564636388508).to_s'
ruby 1.9.3dev (2010-05-21 trunk 27938) [x86_64-darwin10.3.0]
"3134137183271432000000.0"
[system]:jruby[git:master] $ ruby -v; ruby -e 'p (3134137183271432143124.21611564636388508).to_s'
ruby 1.8.7 (2009-06-08 patchlevel 173) [universal-darwin10.0]
"3.13413718327143e+21"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment