Skip to content

issues Search Results · repo:JuliaMath/Bessels.jl language:Julia

Filter by

35 results
 (83 ms)

35 results

inJuliaMath/Bessels.jl (press backspace or delete to remove)

Hi, I believe that arguments in this condition: https://github.com/JuliaMath/Bessels.jl/blob/fa3a1cb3376fb47177c8e09252d0e73385762478/src/BesselFunctions/besseli.jl#L626 should be reversed, ie Math.check_convergence(s, ...
  • genmeblog
  • 1
  • Opened 
    on Jun 17, 2024
  • #115

Consider calling besselj(n, x) where x is negative, while n is a large negative integer: julia Bessels.besselj(-172, -2.0) NaN julia Bessels.besselj(-37, -2.0f0) NaN32 When at least one argument is ...
  • yakovbraver
  • Opened 
    on May 1, 2024
  • #113

I recently bumped into hankelh1() and hankelh2() returning NaN real parts for nu = 7, x= \sqrt(15^2-1). Values close to this point both in nu and x behave nicely. Is besseljy() behaving badly here for ...
bug
  • olaca09
  • 1
  • Opened 
    on Mar 4, 2024
  • #111

Hi, Thanks for the very nice library, it s been very helpful to me lately! Is there any specific reason you require a DenseVector for computing range of Bessel functions in-place? E.g. besseli!(out::DenseVector, ...
  • gaspardbb
  • 1
  • Opened 
    on May 12, 2023
  • #99

Why cant we get arbitrary precision on the besselj functions?
enhancement
  • fda-tome
  • 4
  • Opened 
    on May 9, 2023
  • #98

A narrow issue, but sorting this out will probably provide a pretty good template for other issues. The current issues are: - [x] Incorrect answers/errors for power series - [x] #102 - [x] Incorrect ...
  • cgeoga
  • 12
  • Opened 
    on Apr 27, 2023
  • #96

julia Bessels.besselj0(328049.34f0) -0.0013240778f0 julia Bessels.besselj0(Float64(328049.34f0)) -0.0013258623831875669 I m imagining the better sin sum here could help. Originally posted by @heltonmc ...
bug
  • heltonmc
  • Opened 
    on Apr 11, 2023
  • #90

The bug fix in https://github.com/JuliaMath/Bessels.jl/pull/57 was fine for accuracy but this should be a lot better.... # fine performance julia @benchmark besselj0(x) setup=(x=130.0 + rand()) BenchmarkTools.Trial: ...
  • heltonmc
  • 1
  • Opened 
    on Jan 30, 2023
  • #76

The test structure is fairly comprehensive but we are starting to run into a few things as the library grows. The test files are becoming a conglomeration of new functions but are not standardized. Additionally, ...
  • heltonmc
  • Opened 
    on Dec 8, 2022
  • #75
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub