summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/math.gembox
blob: 88f70ddde3b8c35876b74c2ac208b5d8059e8ae9 (plain)
1
2
3
4
5
6
7
8
9
10
# It also works with MRB_NO_STDIO.

MRuby::GemBox.new do |conf|
  # Use standard Math module
  conf.gem :core => "mruby-math"

  # Use Rational/Complex numbers
  conf.gem :core => "mruby-rational"
  conf.gem :core => "mruby-complex"
end