comp.sph: Compare results for Spherical Bessel Functions.

Description Usage Arguments Details Value Examples

Description

Compare results for Spherical Bessel Functions.

Usage

1
comp.sph(nmax, x)

Arguments

x

The argument of j_n(x).

n

The order of the Spherical 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.sph(5,3))

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