Back to PhocacartUtils class

Method round

public static
round
(mixed $value, mixed $precision = 2)

Method round - Source code

public static function round($value, $precision = 2)
{
    return round($value, $precision);
}