Skip to content

Series approximation / derivative #6

@dirkwhoffmann

Description

@dirkwhoffmann

The current code only approximates dercn, but is missing out derzn.

    // Perform series approximation if applicable
    if (ref.skipped) {

        dn = approximator.evaluate(point, d0, iteration);
        dn.reduce();
        dercn = approximator.evaluateDerivate(point, d0, iteration);
        dercn.reduce();
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions