Skip to content

SolveNt does not find all roots of equation #115

Description

@MomoDeve
Entity e = "arcsin(x) - x*pi/3";
Console.WriteLine(e.SolveEquation("x"));

Yes, this equation does not have analytical solution, but SolveNt() can (and should!) find all roots, as their number is finite
Output: {0}
Desired output: {-1/2, 0, 1/2}

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugA serious math/runtime error

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions