Sha256: a64e2f8195877dd401f3638e980d3bd21904ad0ff303e3becc902c9f3bc11307
Contents?: true
Size: 156 Bytes
Versions: 22
Compression:
Stored size: 156 Bytes
Contents
#!/usr/bin/env ruby require("gsl") include Math f = GSL::Function.alloc { |x| x*sin(1.0/x) } w = GSL::Integration::Workspace.alloc(1000) p f.qag(0, 3, w)
Version data entries
22 entries across 22 versions & 4 rubygems