From 5e7e6553ab6b411574d49fd973b7fb9664ec176c Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Thu, 11 Jun 2009 21:46:15 -0400 Subject: [PATCH] num stuff --- nums.rb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 nums.rb diff --git a/nums.rb b/nums.rb new file mode 100644 index 0000000..eb4dbdd --- /dev/null +++ b/nums.rb @@ -0,0 +1,2 @@ +puts 'dig = ' + (Float::DIG).to_s +puts 'float = ' + (Float::MAX).to_s