Home
last modified time | relevance | path

Searched refs:bc_round (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/bcmath/libbcmath/src/
H A Dround.c21 void bc_round(bc_num num, zend_long precision, zend_long mode, bc_num *result) in bc_round() function
H A Dbcmath.h158 void bc_round(bc_num num, zend_long places, zend_long mode, bc_num *result);
/php-src/ext/bcmath/
H A Dbcmath.c807 bc_round(num, precision, mode, &result); in PHP_FUNCTION()
1796 bc_round(intern->num, precision, rounding_mode, &ret); in PHP_METHOD()

Completed in 14 milliseconds