Package com.independentsoft.calc.engine
Class Coercion
java.lang.Object
com.independentsoft.calc.engine.Coercion
-
Method Summary
Modifier and TypeMethodDescriptionstatic intstatic intcompareDoubles(double x, double y)static StringnumberToText(double d)static doubleroundSig15(double d)static Stringstatic CalcValuestatic CalcValuestatic booleantryTextToNumber(String text, boolean date1904, OutDouble result)
-
Method Details
-
numberToText
-
tryTextToNumber
-
toNumber
-
toLogical
-
toDisplayText
-
compareDoubles
public static int compareDoubles(double x, double y) -
roundSig15
public static double roundSig15(double d) -
compare
-