Skip to content

Commit a39f417

Browse files
authored
Update README.md
1 parent f632f5e commit a39f417

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,14 @@ We compare the relative sped to implementations provided by [SpecialFunctions.jl
5959
| besselk(120, x) | 2.9x | 3.4x |
6060

6161
* SpecialFunctions.jl doesn't always preserve the correct input type so some of the calculations may be done in Float64. This might skew the benchmarks for `Bessels.jl`.
62+
63+
# Current Development Plans
64+
65+
- More robust implementations of `besselj(nu, x)` and `bessely(nu, x)`
66+
- Support non-integer orders
67+
- Support complex arguments
68+
69+
# Contributing
70+
71+
Contributions are very welcome, as are feature requests and suggestions. Please open an [issue](https://github.com/heltonmc/Bessels.jl/issues/new) for discussion on newer implementations, share papers, new features, or if you encounter any problems.
72+

0 commit comments

Comments
 (0)