Uses of Class
com.alibaba.fastjson2.util.Scientific
Packages that use Scientific
-
Uses of Scientific in com.alibaba.fastjson2.util
Fields in com.alibaba.fastjson2.util declared as ScientificModifier and TypeFieldDescriptionstatic final ScientificScientific.DOUBLE_MINstatic final ScientificScientific.NEGATIVE_ZEROstatic final ScientificScientific.SCIENTIFIC_NULLstatic final ScientificScientific.ZEROMethods in com.alibaba.fastjson2.util that return ScientificModifier and TypeMethodDescriptionstatic ScientificNumberUtils.doubleToScientific(double doubleValue) Conversion of ieee floating point numbers to Scientific notationstatic ScientificNumberUtils.floatToScientific(float floatValue)