Decimal
11 sites
No security coverage
This module provides a field type for storing and manipulating very large decimal numbers. It uses a string-based implementation along with the brick/math package to handle these big decimal calculations.
Decimal field for big numbers.
It's implemented as string.
brick/math package is included for big decimal manipulations.