ReferenceMathdecompose-floating-pointOn this pagedecompose-floating-pointlq.decompose-floating-point(value) Decomposes a floating point number into the scientific notation. x=a⋅10nx = a\cdot 10^nx=a⋅10n where a∈[0.1,1)a \in [0.1, 1)a∈[0.1,1) and n∈Zn \in \mathbb{Z}n∈Z. Returns an array (a, n). Parametersvalue : floatNumber to decompose.