Description
  Transform a double or a float to a fixed point decimal number
of a specific length and a specific precision.
Parameters
-
const val:
  A float or a double to transform into a fixed point decimal.
-
prec:
  The precision in bits of the fixed point decimal.
It is an amount of bits.
-
siz:
  The size in bits of the whole fixed point decimal.
The maximum is 64.
INDEX
Description
  Transform fixed point decimal number into a double precision
floating decimal number.
Parameters
-
const val:
  A fixed point decimal number to be converted.
-
prec:
  The precision in bits of the fixed point decimal.
It is an amount of bits.
INDEX