summaryrefslogtreecommitdiff
path: root/lib/complex.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/complex.rb')
-rw-r--r--lib/complex.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/complex.rb b/lib/complex.rb
index 9d926023a7..a585e95d97 100644
--- a/lib/complex.rb
+++ b/lib/complex.rb
@@ -1,3 +1,8 @@
+require 'cmath'
+
+Math = CMath
+
+=begin
module Math
alias exp! exp
@@ -219,3 +224,4 @@ module Math
module_function :atanh
end
+=end