iink-ts - v4.0.0
    Preparing search index...

    Type Alias TEvaluationResult

    type TEvaluationResult = {
        func: TMathEvaluableFunction;
        points: { [key: string]: number }[][];
    }
    Index
    points: { [key: string]: number }[][]