aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/cmath.rb10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/cmath.rb b/lib/cmath.rb
index d293401804..00bcc9087f 100644
--- a/lib/cmath.rb
+++ b/lib/cmath.rb
@@ -220,4 +220,14 @@ module CMath
module_function :atanh!
module_function :atanh
+ module_function :log2
+ module_function :cbrt
+ module_function :frexp
+ module_function :ldexp
+ module_function :hypot
+ module_function :erf
+ module_function :erfc
+ module_function :gamma
+ module_function :lgamma
+
end