method

number_with_precision

number_with_precision(number, precision=3)
public

Formats a number with a level of precision. Example:

   number_with_precision(111.2345) => 111.235