Skip to content

Large argument inaccuracy for Float32 in besselj0 #90

Open
@heltonmc

Description

@heltonmc
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 in #88 (comment)

The fix should be with the better sin_sum PR. Need to test further.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions