The .precision() function is used to round the decimal number as the number of values of the decimal portion:
.static(1.456786).precision(1)

If we put 0 in the precision parameter, we will get the following:

In this way, theĀ .precision() function converts the decimal part of a number as per the given parameter.