Skip to content

Commit 6afe868

Browse files
authored
Update README.md
1 parent e61cba7 commit 6afe868

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Bessels
2-
3-
[![Build Status](https://github.com/"heltonmc"/Bessels.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/"heltonmc"/Bessels.jl/actions/workflows/CI.yml?query=branch%3Amain)
4-
[![Coverage](https://codecov.io/gh/"heltonmc"/Bessels.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/"heltonmc"/Bessels.jl)
1+
# Bessels.jl
52

3+
Implementations of Bessel's functions `besselj0`, `besselj1`, `bessely0`, `bessely1`, `besseli0`, `besseli1`, `besselk0`, `besselk1` in Julia.
4+
Most implementations are ported to Julia from the [Cephes](https://www.netlib.org/cephes/) math library originally written by Stephen L. Moshier in the C programming language
5+
which are (partly) used in [SciPy](https://docs.scipy.org/doc/scipy/reference/special.html#faster-versions-of-common-bessel-functions) and [GCC libquadmath](https://gcc.gnu.org/onlinedocs/libquadmath/).
66

77
# Benchmarks
88

0 commit comments

Comments
 (0)