comp.sbd: 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.sbd(n, x, code = "C")

Arguments

n

Order of the ratio given by r[n]=j_n/j_{n+1}.

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 ratio of consecutive function r[n].

Value

Data frame with the values calculated by the algorithms.

See Also

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

Examples

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

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