DOCUMENTATION
import CommonOptions from "./common-optionsx";
cast to-fixed-point
NAME
cast-to-fixed-point - Convert an integer into a fixed point number.
SYNOPSIS
cast to-fixed-point
[options] decimals value
DESCRIPTION
Convert an integer into a fixed point number.
OPTIONS
<CommonOptions />EXAMPLES
- Convert 250 to a fixed point number with 2 decimals:
cast to-fixed-point 2 250