Skip to content

Invalid stop condition in besseli_power_series #115

Open
@genmeblog

Description

@genmeblog

Hi,

I believe that arguments in this condition:

Math.check_convergence(t, s) && break

should be reversed, ie Math.check_convergence(s, t) && break

Currently the loop spins 3k times causing slow evaluation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions