Package | Description |
---|---|
org.zkoss.poi.ss.formula.functions |
Modifier and Type | Method and Description |
---|---|
static Complex |
UtilFns.cToComplex(org.apache.commons.math.complex.Complex c,
String suffix)
Convert the complex to complex.
|
Complex |
ComplexFormat.parse(String source,
String suffix) |
static Complex |
UtilFns.validateComplex(String complex)
Validate given String value, return associated complex.
|
Modifier and Type | Method and Description |
---|---|
static String |
UtilFns.format(Complex c)
format Complex number to match Excel format
|
Copyright © 2019. All rights reserved.