From d414e3f91228374b81689f5d2ebf1aecfc6b162d Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Wed, 14 May 2025 10:01:19 +0900 Subject: [PATCH] math.gembox: exclude mruby-cmath from math gembox --- mrbgems/math.gembox | 2 -- 1 file changed, 2 deletions(-) diff --git a/mrbgems/math.gembox b/mrbgems/math.gembox index d2947314e..b07842481 100644 --- a/mrbgems/math.gembox +++ b/mrbgems/math.gembox @@ -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