comp.sbl: Checks the results of Lentz method and internal R Bessel...

Description Usage Arguments Details Value See Also Examples

Description

Checks the results of Lentz method and internal R Bessel function

Usage

1
comp.sbl(n, x, code = "C")

Arguments

n

Order of the logarithmic derivative given by c_n=j_n'/j_n.

x

Argument of Bessel functions.

code

If C or native R function.

Details

In order to check the results of Lentz method for calculation of Cylindrical Bessel logarithmic derivative c_n.

Value

Data frame with the values calculated by the algorithm.

See Also

lcfe.sbi, lcfe.sbl, lcfe.sbd, lcfe.afs, besselJ.

Examples

1
2
comp.sbl(5,4,code="C")
comp.sbl(5,4,code="R")

wendellopes/rvswf documentation built on May 4, 2019, 4:19 a.m.