scale property
int
get
scale
The scale of this num.
The number of digits after the decimal point.
Throws StateError if the scale is infinite, i.e. when
hasFinitePrecision is false.
Implementation
int get scale => _rational.scale;