Vocabularymath.
functionsInputsOutputsWord descriptionBreak the number
x into a normalized fraction
y and an integral power of 2
e^.
The function returns a number
y in the interval [1/2, 1) or 0, and a number
exp such that
x = y*(2**exp).
DefinitionMethods