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