diff --git a/mrbgems/math.gembox b/mrbgems/math.gembox index 88f70ddde..d2947314e 100644 --- a/mrbgems/math.gembox +++ b/mrbgems/math.gembox @@ -7,4 +7,8 @@ MRuby::GemBox.new do |conf| # Use Rational/Complex numbers conf.gem :core => "mruby-rational" conf.gem :core => "mruby-complex" + # Use Complex math functions in CMath module + conf.gem :core => "mruby-cmath" + # Use Multi-precision Integer + conf.gem :core => "mruby-bigint" end