From a0e438cd3c28d2eaf4efa18243d5b6edafa14d88 Mon Sep 17 00:00:00 2001 From: mrkn Date: Sun, 2 Dec 2018 05:21:54 +0000 Subject: Import bigdecimal-1.4.0.pre-20181130a * https://github.com/ruby/bigdecimal/compare/74d25ef..v1.4.0.pre.20181130a git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/bigdecimal/lib/bigdecimal/jacobian.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ext/bigdecimal/lib/bigdecimal/jacobian.rb') diff --git a/ext/bigdecimal/lib/bigdecimal/jacobian.rb b/ext/bigdecimal/lib/bigdecimal/jacobian.rb index 9cad06c09b..84c50248b7 100644 --- a/ext/bigdecimal/lib/bigdecimal/jacobian.rb +++ b/ext/bigdecimal/lib/bigdecimal/jacobian.rb @@ -21,6 +21,9 @@ # # fx is f.values(x). # + +require 'bigdecimal' + module Jacobian module_function -- cgit v1.2.3