num4equation
数値計算による方程式を解くFFI
decscription
詳細は、https://siranovel.github.io/mydocs/num4equation
Demo
VS.
Requirement
ruby FFI-compilerライブラリ
Usage
sample/spec内の各ファイル参照
install
From rubygems:
[sudo] gem install num4equ
Install via Gemfile:
source "https://rubygems.pkg.github.com/siranovel" do
gem "num4equ"
end
or from the git repository on github:
git clone https://github.com/siranovel/num4equation.git
cd num4equation
jruby -S gem build num4equ.gemspec
jruby -S gem install num4equ