PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

gmp_div_qr> <gmp_com
Last updated: Fri, 18 Jul 2008

view this page in

gmp_div_q

(PHP 4 >= 4.0.4, PHP 5)

gmp_div_q — Divide due numberi

Descrizione

resource gmp_div_q ( resource $a , resource $b [, int $round ] )

Divide a per b e restituisce un numero intero. L'arrotondamento del risultato, è definito dal round , che può avere i seguenti valori:

  • GMP_ROUND_ZERO : Il risultato è troncato verso 0.
  • GMP_ROUND_PLUSINF : Il risultato è arrotondato verso +infinito.
  • GMP_ROUND_MINUSINF : Il risultato è arrotondato verso -infinito.

Questa funzione può anche essere richiamata come gmp_div().

Vedere anche gmp_div_r(), gmp_div_qr()



add a note add a note User Contributed Notes
gmp_div_q
There are no user contributed notes for this page.

gmp_div_qr> <gmp_com
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites