setPrecision method

void setPrecision(
  1. int precision
)

Implementation

void setPrecision(int precision){
  this.precision = precision;
}