math.gembox: exclude mruby-cmath from math gembox

This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-05-14 10:01:19 +09:00
parent 34bd571a65
commit d414e3f912
-2
View File
@@ -7,8 +7,6 @@ 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