Valuator.precision
void precision(int digits) nothrow @nogcSets the precision (number of decimal digits).
This is a convenience method that sets the step to 10^(-digits). For example, precision(2) sets step to 0.01.
Parameters
digits | Number of decimal digits |