Change name of module 'gsl' to 'num' - gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/integ-init.lua
diff options
context:
space:
mode:
authorFrancesco <francesco@vaio.(none)>2011年10月18日 23:06:02 +0200
committerFrancesco <francesco@vaio.(none)>2011年10月18日 23:06:02 +0200
commit5a4ab764657ba4283eff3041cb44aa1b5a99ab1b (patch)
treee4968dbb68157f5eb6dc1d9109ded56c095dffb7 /integ-init.lua
parent1826bcac3a593875a449835010dd4762f50e1541 (diff)
downloadgsl-shell-5a4ab764657ba4283eff3041cb44aa1b5a99ab1b.tar.gz
Change name of module 'gsl' to 'num'
Diffstat (limited to 'integ-init.lua')
-rw-r--r--integ-init.lua 4
1 files changed, 2 insertions, 2 deletions
diff --git a/integ-init.lua b/integ-init.lua
index ed6233dd..56830c5e 100644
--- a/integ-init.lua
+++ b/integ-init.lua
@@ -2,7 +2,7 @@
local template = require 'template'
local check = require 'check'
-function gsl.quad_prepare(options)
+function num.quad_prepare(options)
local known_methods = {qng= true, qag= true}
local method = options.method or 'qag'
@@ -25,7 +25,7 @@ end
local q_default
-function gsl.integ(f, a, b, epsabs, epsrel)
+function num.integ(f, a, b, epsabs, epsrel)
epsabs = epsabs or 1e-8
epsrel = epsrel or 1e-8
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月14日 22:23:11 +0000

AltStyle によって変換されたページ (->オリジナル) /