Class: Bignum

Inherits:
Object
  • Object
show all
Defined in:
lib/mathn.rb

Overview

When mathn is required Bignum’s division is enhanced to return more precise values from mathematical expressions.

(2**72) / ((2**70) * 3)  # => 4/3