You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update docs for beta_inc
* tidy up links for gamma_inc, beta_inc
* links for bessel functions. small format for sinint, cosint
* cross and external links for bessel, hankel, airy
* small tidy ups in refs
* \operatornane is bugging Travis?
* Update src/bessel.jl
Co-Authored-By: Simon Byrne <[email protected]>
* Update src/bessel.jl
Co-Authored-By: Simon Byrne <[email protected]>
* Update src/bessel.jl
Co-Authored-By: Simon Byrne <[email protected]>
* Update src/bessel.jl
Co-Authored-By: Simon Byrne <[email protected]>
* Update src/bessel.jl
Co-Authored-By: Simon Byrne <[email protected]>
* Update src/bessel.jl
Co-Authored-By: Simon Byrne <[email protected]>
* Update src/bessel.jl
Co-Authored-By: Simon Byrne <[email protected]>
* Update src/bessel.jl
Co-Authored-By: Simon Byrne <[email protected]>
* Update src/bessel.jl
Co-Authored-By: Simon Byrne <[email protected]>
* Update src/bessel.jl
Co-Authored-By: Simon Byrne <[email protected]>
* add couple of equation links to DLMF
* order of see also and links; ellipk/e clarifications
* order of links/see also
* range -> domain
* DLMF links now in X.Y.Z form
Co-authored-by: Simon Byrne <[email protected]>
Scaled derivative of the Airy function of the second kind ``\\operatorname{Bi}'(x) e^{- \\left| \\operatorname{Re} \\left( \\frac{2}{3} x \\sqrt{x} \\right) \\right|}``.
154
154
155
-
See also: [`airybiprime`](@ref), [`airybi`](@ref), [`airyai`](@ref)
This is a higher accuracy approximation of Temme expansion, which deals with the region near `a ≈ x` with `a` large.
548
548
Refer Appendix F in the paper for the extensive set of coefficients calculated using Brent's multiple precision arithmetic(set at 50 digits) in BRENT, R. P. A FORTRAN multiple-precision arithmetic package, ACM Trans. Math. Softw. 4(1978), 57-70 .
`IND ∈ [0,1,2]` sets accuracy: `IND=0` means 14 significant digits accuracy, `IND=1` means 6 significant digit, and `IND=2` means only 3 digit accuracy.
0 commit comments