Skip to content

Large argument inaccuracy for Float32 in besselj0 #90

Open
@heltonmc

Description

@heltonmc
Member
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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      Participants

      @heltonmc

      Issue actions

        Large argument inaccuracy for Float32 in besselj0 · Issue #90 · JuliaMath/Bessels.jl