Home
last modified time | relevance | path

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

/PHP-7.4/ext/bcmath/libbcmath/src/
H A Dzero.c43 bc_is_zero_for_scale (bc_num num, int scale) in bc_is_zero_for_scale() function
67 return bc_is_zero_for_scale(num, num->n_scale); in bc_is_zero()
H A Dnum2str.c53 …signch = num->n_sign != PLUS && !bc_is_zero_for_scale(num, MIN(num->n_scale, scale)); /* Number o…
H A Dbcmath.h123 _PROTOTYPE(char bc_is_zero_for_scale, (bc_num num, int scale));

Completed in 28 milliseconds