Uses of Class
org.apache.poi.ss.formula.functions.ComplexEx
-
Packages that use ComplexEx Package Description org.apache.poi.ss.formula.functions -
-
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 ComplexExUtilFns. cToComplex(org.apache.commons.math3.complex.Complex c, java.lang.String suffix)Convert the complex to complex.ComplexExComplexFormat. parse(java.lang.String source, java.lang.String suffix)static ComplexExUtilFns. validateComplex(java.lang.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 java.lang.StringUtilFns. format(ComplexEx c)format Complex number to match Excel format
-