MAX_PRECISION_DIGITS property

int MAX_PRECISION_DIGITS
getter/setter pair

A number of digits of precision which leaves some computational "headroom" for floating point operations.

This value should be less than the decimal precision of double-precision values (16).

Implementation

static int MAX_PRECISION_DIGITS = 12;