num stuff

This commit is contained in:
Dan Buch 2009-06-11 21:46:15 -04:00
parent dc19274688
commit 5e7e6553ab

2
nums.rb Normal file
View File

@ -0,0 +1,2 @@
puts 'dig = ' + (Float::DIG).to_s
puts 'float = ' + (Float::MAX).to_s