Uses of Class
org.apache.poi.ss.formula.functions.ComplexEx
-
Packages that use ComplexEx Package Description io.keikaiex.formula.fn ZK EL functions implementation that realize Keikai Spreadsheet formula functions.org.apache.poi.ss.formula.functions -
-
Uses of ComplexEx in io.keikaiex.formula.fn
Methods in io.keikaiex.formula.fn that return ComplexEx Modifier and Type Method Description static ComplexEx[]
EngineeringFunctionImpl. toComplexArray(ValueEval[] args, int srcCellRow, int srcCellCol)
Convert an object array to a complex array -
Uses of ComplexEx in org.apache.poi.ss.formula.functions
Methods in org.apache.poi.ss.formula.functions that return ComplexEx Modifier and Type Method Description static ComplexEx
UtilFns. cToComplex(org.apache.commons.math3.complex.Complex c, String suffix)
Convert the complex to complex.ComplexEx
ComplexFormat. parse(String source, String suffix)
static ComplexEx
UtilFns. validateComplex(String complex)
Validate given String value, return associated complex.Methods in org.apache.poi.ss.formula.functions with parameters of type ComplexEx Modifier and Type Method Description static String
UtilFns. format(ComplexEx c)
format Complex number to match Excel format
-