Skip to content

Commit

Permalink
Merge pull request #68 from JuliaMath/i0_complex
Browse files Browse the repository at this point in the history
Complex support for Bessel functions I0(z), I1(z), J0(z), and J1(z)
  • Loading branch information
heltonmc authored Dec 5, 2022
2 parents 22c25c3 + 7a424aa commit a2243de
Show file tree
Hide file tree
Showing 5 changed files with 236 additions and 2 deletions.
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ For bug fixes, performance enhancements, or fixes to unexported functions we wil

# Unreleased

### Added
- Add support for complex numbers in `besseli0`, `besseli1`, `besselj0`, `besselj1` ([PR #68](https://github.com/JuliaMath/Bessels.jl/pull/68))

# Version 0.2.7

### Added
Expand Down
Loading

0 comments on commit a2243de

Please sign in to comment.