Home
last modified time | relevance | path

Searched refs:fdigit (Results 1 – 1 of 1) sorted by last modified time

/PHP-7.0/ext/bcmath/libbcmath/src/
H A Doutput.c96 int index, fdigit, pre_space; in bc_out_num() local
187 fdigit = bc_num2long (frac_part); in bc_out_num()
188 bc_int2num (&int_part, fdigit); in bc_out_num()
191 (*out_char) (ref_str[fdigit]); in bc_out_num()
193 bc_out_long (fdigit, max_o_digit->n_len, pre_space, out_char); in bc_out_num()

Completed in 8 milliseconds