JuliaMath / JuliaMath/Bessels.jl

sphericalbesselj(l, x) = NaN for large l and small nonzero x

Open
#121 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
90
Forks
11
PR merge metrics
No merged PRs in 30d

Description

```julia
using Bessels
sphericalbesselj(1000, 0.0) # 0.0, good
sphericalbesselj(1000, 1e-20) # NaN, bad
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.