diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/mathn.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/mathn.rb b/lib/mathn.rb index f122a98eae..877559d269 100644 --- a/lib/mathn.rb +++ b/lib/mathn.rb @@ -46,9 +46,6 @@ require "cmath.rb" require "matrix.rb" require "prime.rb" -require "mathn/rational" -require "mathn/complex" - unless defined?(Math.exp!) Object.instance_eval{remove_const :Math} Math = CMath # :nodoc: |