How does ruby deal with extremely large numbers?
Answer / Rjeev Saxena
Ruby uses the BigDecimal class to handle very large numbers. The BigDecimal class provides arbitrary-precision decimal numbers, which can be useful for mathematical operations on large numbers or money calculations.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are Ruby iterators?
What is RubyGems in Ruby programming language?
What are the ruby variables?
What is mvc? And how it works?
Explain raise statement in Ruby?
Does hash use “ #==” or “#eql?” To compare hash keys?
List some features of ruby?
Interpolation is a very important process in Ruby, comment.
Explain ruby strings.
What are the case statement in ruby?
Explain about environment variables present in ruby?
What is the naming conventions for methods that return a boolean result?