_bc_new_num_ex 159 bcmath/libbcmath/src/bcmath.h #define bc_new_num(length, scale) _bc_new_num_ex((length), (scale), 0) _bc_new_num_ex 106 bcmath/libbcmath/src/init.c BCG(_zero_) = _bc_new_num_ex (1,0,1); _bc_new_num_ex 107 bcmath/libbcmath/src/init.c BCG(_one_) = _bc_new_num_ex (1,0,1); _bc_new_num_ex 109 bcmath/libbcmath/src/init.c BCG(_two_) = _bc_new_num_ex (1,0,1);