Package | Description |
---|---|
org.apache.poi.ss.formula.eval | |
org.apache.poi.ss.formula.functions |
Modifier and Type | Field and Description |
---|---|
static NumberEval |
NumberEval.ZERO |
Modifier and Type | Method and Description |
---|---|
static NumberEval |
PercentRank.interpolate(double x,
double closestMatchBelow,
double closestMatchAbove,
NumberEval belowRank,
NumberEval aboveRank,
int significance) |
Modifier and Type | Method and Description |
---|---|
static NumberEval |
PercentRank.interpolate(double x,
double closestMatchBelow,
double closestMatchAbove,
NumberEval belowRank,
NumberEval aboveRank,
int significance) |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.