Документ взят из кэша поисковой машины. Адрес оригинального документа : http://old.master.cmc.msu.ru/php/function.gmp-divexact.html
Дата изменения: Sun Feb 3 22:39:59 2002
Дата индексирования: Tue Oct 2 06:01:51 2012
Кодировка:
gmp_divexact

gmp_divexact

(PHP 4 >= 4.0.4)

gmp_divexact -- Exact division of numbers

Description

resource gmp_divexact ( resource n, resource d)

Divides n by d, using fast "exact division" algorithm. This function produces correct results only when it is known in advance that d divides n.