precision property

int get precision

The precision of this num.

The sum of the number of digits before and after the decimal point.

Throws StateError if the precision is infinite, i.e. when hasFinitePrecision is false.

Implementation

int get precision => _rational.precision;