gmp_divexact
(PHP 4 >= 4.0.4, PHP 5)
gmp_divexact — Divisione intera di numeri
Descrizione
resource gmp_divexact
( resource
$n
, resource $d
)
Divide n per d,
usando un algoritmo di "esatta divisione". Questa funzione,
restituisce un valore corretto solo quando รจ noto a priori che
d divide n.
There are no user contributed notes for this page.
