mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
math.gembox: add cmath and bigint to math gembox; ref #5742
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user