mathlib-internal {cwhmath}R Documentation

Internal mathlib functions

Description

Internal mathlib functions

Usage

adaptsimstp(f,a,b,fa,fm,fb,is,trace,...) 
adaptlobstp(f,a,b,fa,fb,is,trace,...)

Arguments

f function to be integrated.
a starting abscissa of integral.
b ending abscissa of integral.
fa =f(a).
fb =f(b).
fm =f((a+b)/2).
is .
trace if TRUE then trace will be displayed.
... additional coefficients for function f if necessary.

Details

These functions are not to be called by the user.

Value

The approximate value of the integral.

Author(s)

Christian W. Hoffmann, christian.hoffmann@wsl.ch,
http://www.wsl.ch/staff/christian.hoffmann


[Package cwhmath version 2.0 Index]