Skip to content

tk-yoshimura/BesselApproximation

Repository files navigation

BesselApproximation

This project has already been merged into MultiPrecision.

Definitions

Bessel functions of the first kind:

define besselJ

Bessel functions of the second kind:

define besselY

int besselY

Modified Bessel functions of the first kind:

define besselI

Modified Bessel functions of the second kind:

define besselK

int besselK

Linearly Independence

depend besselJ

depend besselY

depend besselI

depend besselK

Half Integer

halfint besselJY

halfint besselIK

Recurrence formula

recurr besselJY

recurr besselI

recurr besselK

Limit Approx

limit besselJY

limit besselIK

Releases

No releases published

Packages

No packages published

Languages