comp.cyl: Compare results for Cylindrical Bessel Functions.

Description Usage Arguments Details Value Examples

Description

Compare results for Cylindrical Bessel Functions.

Usage

1
comp.cyl(nmax, x)

Arguments

x

The argument of J_n(x).

n

The order of the Cylindrical Bessel function.

Details

Compare results using vswf, built in R and gsl algorithms.

Value

Table comparing built-in R functions, gsl and rvswf.

Examples

1
2
3
x<-5
nmax<-10
print(comp.cyl(5,3))

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