helpers/num – Kohana API 2.3 Documentation

system/helpers/num.php

Class: num_Core

class num_Core

Number helper class.


Methods

num_Core :: round

public static function round

Round a number to the nearest nth

Parameters:

integer number
number to round
integer nearest
(int 5) number to round to

Return: integer