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