mathlib-internal           package:cwhmath           R Documentation

_I_n_t_e_r_n_a_l _m_a_t_h_l_i_b _f_u_n_c_t_i_o_n_s

_D_e_s_c_r_i_p_t_i_o_n:

     Internal mathlib functions

_U_s_a_g_e:

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

_A_r_g_u_m_e_n_t_s:

       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.

_D_e_t_a_i_l_s:

     These functions are not to be called by the user.

_V_a_l_u_e:

     The approximate value of the integral.

_A_u_t_h_o_r(_s):

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

