Skip to content

besselj_zero failing to return some zeros (v1.1.0) #30

@ChristopheBerthod

Description

@ChristopheBerthod

In v1.1.0, the function besselj_zero(n, j) returns 0.0 for some pairs (n, j):

using FunctionZeros

for n in 0:100
    for j in 1:100
        besselj_zero(n, j) == 0.0 && println(n, " ", j)
    end
end

90 6

Other cases can be found by extending the loops to larger values (43 cases for n in 0:1000 and j in 1:1000).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions