Home
last modified time | relevance | path

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

/PHP-8.1/ext/bcmath/libbcmath/src/
H A Draisemod.c42 zend_result bc_raisemod (bc_num base, bc_num expo, bc_num mod, bc_num *result, int scale) in bc_raisemod() argument
54 if (expo->n_scale != 0) { in bc_raisemod()
59 if (bc_is_neg(expo)) { in bc_raisemod()
77 exponent = bc_copy_num (expo); in bc_raisemod()
H A Dbcmath.h131 int bc_raisemod(bc_num base, bc_num expo, bc_num mo, bc_num *result, int scale);
/PHP-8.1/ext/bcmath/tests/
H A Dbcpowmod_negative_exponent.phpt2 bc_raisemod's expo can't be negative

Completed in 8 milliseconds