diff --git a/reference/gmp/functions/gmp-abs.xml b/reference/gmp/functions/gmp-abs.xml
deleted file mode 100644
index e83af41f2..000000000
--- a/reference/gmp/functions/gmp-abs.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
- gmp_abs
- Valore assoluto
-
-
- Descrizione
-
- resourcegmp_abs
- resourcea
-
-
- Restituisce il valore assoluto di a.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-add.xml b/reference/gmp/functions/gmp-add.xml
deleted file mode 100644
index 5361a8862..000000000
--- a/reference/gmp/functions/gmp-add.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
- gmp_add
- Somma di numeri
-
-
- Descrizione
-
- resourcegmp_add
- resourcea
- resourceb
-
-
- Somma due numeri GMP. Il risultato, sarà un numero GMP
- che rappresenta la somma degli argomenti.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-and.xml b/reference/gmp/functions/gmp-and.xml
deleted file mode 100644
index b3ff20bd9..000000000
--- a/reference/gmp/functions/gmp-and.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
- gmp_and
- AND logico
-
-
- Descrizione
-
- resourcegmp_and
- resourcea
- resourceb
-
-
- Calcola l'AND logico di due numeri GMP.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-clrbit.xml b/reference/gmp/functions/gmp-clrbit.xml
deleted file mode 100644
index 4c1080d3b..000000000
--- a/reference/gmp/functions/gmp-clrbit.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
- gmp_clrbit
- Pulisce bit
-
-
- Descrizione
-
- resourcegmp_clrbit
- resource&a
- intindex
-
-
- Ripulisce (imposta a 0) il bit index in
- a.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-cmp.xml b/reference/gmp/functions/gmp-cmp.xml
deleted file mode 100644
index 12a196285..000000000
--- a/reference/gmp/functions/gmp-cmp.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
-
-
- gmp_cmp
- Confronto di numeri
-
-
- Descrizione
-
- intgmp_cmp
- resourcea
- resourceb
-
-
- Restituisce un valore positivo se a > b, zero se
- a = b e negativo se a <
- b.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-com.xml b/reference/gmp/functions/gmp-com.xml
deleted file mode 100644
index 4041db84d..000000000
--- a/reference/gmp/functions/gmp-com.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
- gmp_com
- Calcola il complemento a uno di 'a'
-
-
- Descrizione
-
- resourcegmp_com
- resourcea
-
-
- &warn.undocumented.func;
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-div-q.xml b/reference/gmp/functions/gmp-div-q.xml
deleted file mode 100644
index 9ec99929b..000000000
--- a/reference/gmp/functions/gmp-div-q.xml
+++ /dev/null
@@ -1,74 +0,0 @@
-
-
-
-
-
-
-
- gmp_div_q
- Divide due numberi
-
-
- Descrizione
-
- resourcegmp_div_q
- resourcea
- resourceb
- intround
-
-
- 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
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-div-qr.xml b/reference/gmp/functions/gmp-div-qr.xml
deleted file mode 100644
index 91c749726..000000000
--- a/reference/gmp/functions/gmp-div-qr.xml
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
-
-
-
- gmp_div_qr
- Divide due numeri e restituisce quoziente e resto
-
-
- Descrizione
-
- arraygmp_div_qr
- resourcen
- resourced
- intround
-
-
- Questa funzione, esegue la divisione tra n e
- d , restituendo un array, il primo elemento è,
- [n/d] (il risultato intero della divisione)
- il secondo è (n - [n/d] * d)
- (cioè il resto della divisone).
-
-
- Vedere la funzione gmp_div_q per la descrizione dell'argomento
- round.
-
-
-
- Divisione di numeri GMP
-
-
-]]>
-
-
-
-
- Vedere anche gmp_div_q,
- gmp_div_r.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-div-r.xml b/reference/gmp/functions/gmp-div-r.xml
deleted file mode 100644
index f36f60e5c..000000000
--- a/reference/gmp/functions/gmp-div-r.xml
+++ /dev/null
@@ -1,54 +0,0 @@
-
-
-
-
-
-
-
- gmp_div_r
- Resto di una divisione
-
-
- Descrizione
-
- resourcegmp_div_r
- resourcen
- resourced
- intround
-
-
- Calcola il resto di una divisione intera fra
- n e d. Se non è zero, il resto ha il segno
- dell'argomento n.
-
-
- Vedi la funzione gmp_div_q per la descrizione dell'argomento
- round.
-
-
- Vedere anche gmp_div_q,
- gmp_div_qr
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-div.xml b/reference/gmp/functions/gmp-div.xml
deleted file mode 100644
index 954c4c0a5..000000000
--- a/reference/gmp/functions/gmp-div.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
- gmp_div
- Divisione di numberi
-
-
- Descrizione
-
- resourcegmp_div
- resourcea
- resourceb
-
-
- Questa funzione è la stessa di gmp_div_q.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-divexact.xml b/reference/gmp/functions/gmp-divexact.xml
deleted file mode 100644
index d69149ce3..000000000
--- a/reference/gmp/functions/gmp-divexact.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-
-
- gmp_divexact
- Divisione intera di numeri
-
-
- Descrizione
-
- resourcegmp_divexact
- resourcen
- resourced
-
-
- 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.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-fact.xml b/reference/gmp/functions/gmp-fact.xml
deleted file mode 100644
index 45baf3276..000000000
--- a/reference/gmp/functions/gmp-fact.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
- gmp_fact
- Fattoriale
-
-
- Descrizione
-
- resourcegmp_fact
- inta
-
-
- Calcola il fattoriale (a!) di a.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-gcd.xml b/reference/gmp/functions/gmp-gcd.xml
deleted file mode 100644
index 4f867cf90..000000000
--- a/reference/gmp/functions/gmp-gcd.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-
-
- gmp_gcd
- Calcola il MCD
-
-
- Descrizione
-
- resourcegmp_gcd
- resourcea
- resourceb
-
-
- Calcola il massimo comune divisore (MCD) di a e
- b. Il risultato è sempre positivo, anche
- se uno o entrambi gli operatori sono negativi.
-
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-gcdext.xml b/reference/gmp/functions/gmp-gcdext.xml
deleted file mode 100644
index 96ffc7021..000000000
--- a/reference/gmp/functions/gmp-gcdext.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
-
-
- gmp_gcdext
- Calcola il MCD e moltiplicatori
-
-
- Descrizione
-
- arraygmp_gcdext
- resourcea
- resourceb
-
-
- Calcola g, s e t, in questo modo a*s + b*t = g =
- gcd(a,b), dove MCD è il massimo comune divisore.
- Restituisce un array con i rispettivi argomenti, cioè, g, s e t.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-hamdist.xml b/reference/gmp/functions/gmp-hamdist.xml
deleted file mode 100644
index 289ff4c83..000000000
--- a/reference/gmp/functions/gmp-hamdist.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
- gmp_hamdist
- Distanza dell'hamming
-
-
- Descrizione
-
- intgmp_hamdist
- resourcea
- resourceb
-
-
- Restituisce la distanza di hamming tra a e
- b. Entrambe gli operandi dovrebbero essere non-negativi.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-intval.xml b/reference/gmp/functions/gmp-intval.xml
deleted file mode 100644
index 20aeb8e3c..000000000
--- a/reference/gmp/functions/gmp-intval.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
-
- gmp_intval
- Converte un numero GMP in un intero
-
-
- Descrizione
-
- intgmp_intval
- resourcegmpnumber
-
-
- Questa funzione converte un numero GMP in un intero.
-
-
- Questa funzione restituisce un risultato utile, solo se il numero attualmente
- fornito al PHP è un intero (per esempio, un tipo signed long).
- Se desideri solo stampare il numero GMP, usa gmp_strval.
-
-
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-invert.xml b/reference/gmp/functions/gmp-invert.xml
deleted file mode 100644
index 320bb0a33..000000000
--- a/reference/gmp/functions/gmp-invert.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
-
-
- gmp_invert
- Inversione di modulo
-
-
- Descrizione
-
- resourcegmp_invert
- resourcea
- resourceb
-
-
- Calcola l'inverso di a modulo
- b. Restituisce un valore &false; se l'inversione non
- esiste.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-jacobi.xml b/reference/gmp/functions/gmp-jacobi.xml
deleted file mode 100644
index ec2c875d8..000000000
--- a/reference/gmp/functions/gmp-jacobi.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-
-
- gmp_jacobi
- Simbolo di Jacobi
-
-
- Descrizione
-
- intgmp_jacobi
- resourcea
- resourcep
-
-
- Calcola il
-
- simbolo di Jacobi di a e
- p. p p potrebbe essere dispari
- e deve essere positivo.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-legendre.xml b/reference/gmp/functions/gmp-legendre.xml
deleted file mode 100644
index 9d3ef2079..000000000
--- a/reference/gmp/functions/gmp-legendre.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-
-
- gmp_legendre
- Simbolo di Legendre
-
-
- Descrizione
-
- intgmp_legendre
- resourcea
- resourcep
-
-
- Calcolo del
-
- Legendre symbol di a e
- p. p potrebbe essere
- dispari e deve essere positivo.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-mod.xml b/reference/gmp/functions/gmp-mod.xml
deleted file mode 100644
index 4f55d543d..000000000
--- a/reference/gmp/functions/gmp-mod.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
-
-
- gmp_mod
- Modulo
-
-
- Descrizione
-
- resourcegmp_mod
- resourcen
- resourced
-
-
- Calcola il modulo di n rispetto a
- d. Il risultato è sempre non-negativo, il segno di
- d viene ignorato.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-mul.xml b/reference/gmp/functions/gmp-mul.xml
deleted file mode 100644
index b17d24bc3..000000000
--- a/reference/gmp/functions/gmp-mul.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
- gmp_mul
- Prodotto di numeri
-
-
- Descrizione
-
- resourcegmp_mul
- resourcea
- resourceb
-
-
- Moltiplica a per b
- e restituisce il risultato.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-neg.xml b/reference/gmp/functions/gmp-neg.xml
deleted file mode 100644
index 854898624..000000000
--- a/reference/gmp/functions/gmp-neg.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
- gmp_neg
- Rende un numero negativo
-
-
- Descrizione
-
- resourcegmp_neg
- resourcea
-
-
- Restituisce a.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-or.xml b/reference/gmp/functions/gmp-or.xml
deleted file mode 100644
index f9b3cd5d3..000000000
--- a/reference/gmp/functions/gmp-or.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
- gmp_or
- OR logico
-
-
- Descrizione
-
- resourcegmp_or
- resourcea
- resourceb
-
-
- Calcola l'OR logico di due numeri GMP.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-perfect-square.xml b/reference/gmp/functions/gmp-perfect-square.xml
deleted file mode 100644
index 6c04baed4..000000000
--- a/reference/gmp/functions/gmp-perfect-square.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-
-
- gmp_perfect_square
- Controllo quadrato perfetto
-
-
- Descrizione
-
- boolgmp_perfect_square
- resourcea
-
-
- Restituisce un valore vero &true; se a è un quadrato perfetto,falso
- &false; se non lo è.
-
-
- Vedere anche: gmp_sqrt,
- gmp_sqrtrm.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-popcount.xml b/reference/gmp/functions/gmp-popcount.xml
deleted file mode 100644
index 952b67049..000000000
--- a/reference/gmp/functions/gmp-popcount.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
- gmp_popcount
- Conteggio della popolazione
-
-
- Descrizione
-
- intgmp_popcount
- resourcea
-
-
- Restituisce il conteggio della popolazione di a.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-pow.xml b/reference/gmp/functions/gmp-pow.xml
deleted file mode 100644
index cc108d004..000000000
--- a/reference/gmp/functions/gmp-pow.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
-
-
- gmp_pow
- Eleva un numero a potenza
-
-
- Descrizione
-
- resourcegmp_pow
- resourcebase
- intexp
-
-
- Eleva la base base ad una potenza
- exp. Nel caso di 0^0 il risultato sarà 1. L'argomento
- exp non può essere negativo.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-powm.xml b/reference/gmp/functions/gmp-powm.xml
deleted file mode 100644
index f987fc7f7..000000000
--- a/reference/gmp/functions/gmp-powm.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-
-
- gmp_powm
- Modulo di un elevamento a potenza.
-
-
- Descrizione
-
- resourcegmp_powm
- resourcebase
- resourceexp
- resourcemod
-
-
- Calcola il (base elevato a potenza
- exp) modulo mod. Se
- exp è negativo, il risultato sarà indefinito.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-prob-prime.xml b/reference/gmp/functions/gmp-prob-prime.xml
deleted file mode 100644
index 680fa8e94..000000000
--- a/reference/gmp/functions/gmp-prob-prime.xml
+++ /dev/null
@@ -1,51 +0,0 @@
-
-
-
-
-
-
-
- gmp_prob_prime
- Controlla se il numero è "probabilmente primo"
-
-
- Descrizione
-
- intgmp_prob_prime
- resourcea
- intreps
-
-
- Se questa funzione da come risultato 0, a non è primo.
- Se sarà 1, allora
- a è "probabilmente" primo. Invece se il risultato è 2, allora
- a sarà sicuramente primo. I valori "attendibili" di
- reps possono variare da 5 a 10 (di default 10); un valore più alto fa diminuire
- la probabilità che un numero non primo passi come "probabile" primo.
-
-
- La funzione usa il test probabilistico di Miller-Rabin.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-random.xml b/reference/gmp/functions/gmp-random.xml
deleted file mode 100644
index c2ce31af8..000000000
--- a/reference/gmp/functions/gmp-random.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
-
-
- gmp_random
- Generatore di numeri casuali
-
-
- Descrizione
-
- resourcegmp_random
- intlimiter
-
-
- Genera un numero casuale. Il numero, sarà lungo un numero di WORD (2 byte) non superiore all'argomento
- limiter. Se l'argomento
- limiter è negativo, il numero generato sarà
- anch'esso negativo.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-scan0.xml b/reference/gmp/functions/gmp-scan0.xml
deleted file mode 100644
index cc32fca4f..000000000
--- a/reference/gmp/functions/gmp-scan0.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-
-
- gmp_scan0
- Ricerca per 0
-
-
- Descrizione
-
- intgmp_scan0
- resourcea
- intstart
-
-
- Cerca in a, partendo dal bit
- startverso i bit più significativi,
- fermandosi sul primo bit nullo, di cui
- restituisce l'indice.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-scan1.xml b/reference/gmp/functions/gmp-scan1.xml
deleted file mode 100644
index 87719c036..000000000
--- a/reference/gmp/functions/gmp-scan1.xml
+++ /dev/null
@@ -1,46 +0,0 @@
-
-
-
-
-
-
-
- gmp_scan1
- Ricerca per 1
-
-
- Descrizione
-
- intgmp_scan1
- resourcea
- intstart
-
-
- Cerca in a, partendo dal bit
- start, verso i bit più significativi,
- fermandosi sul primo bit nullo, di cui
- restituisce l'indice.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-setbit.xml b/reference/gmp/functions/gmp-setbit.xml
deleted file mode 100644
index 89845092b..000000000
--- a/reference/gmp/functions/gmp-setbit.xml
+++ /dev/null
@@ -1,47 +0,0 @@
-
-
-
-
-
-
-
- gmp_setbit
- Imposta bit
-
-
- Descrizione
-
- resourcegmp_setbit
- resource&a
- intindex
- boolset_clear
-
-
- Sets bit index in
- a. set_clear
- definisce se il bit è settato su 0 o su 1. Di default il bit è settato a
- 1.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-sign.xml b/reference/gmp/functions/gmp-sign.xml
deleted file mode 100644
index 1c5cef4ca..000000000
--- a/reference/gmp/functions/gmp-sign.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
- gmp_sign
- Segno di un numero
-
-
- Descrizione
-
- intgmp_sign
- resourcea
-
-
- Restituisce il segno di a : 1 se
- a è positivo e -1 se è negativo.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-sqrt.xml b/reference/gmp/functions/gmp-sqrt.xml
deleted file mode 100644
index 2e5d23565..000000000
--- a/reference/gmp/functions/gmp-sqrt.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
- gmp_sqrt
- Radice quadrata
-
-
- Descrizione
-
- resourcegmp_sqrt
- resourcea
-
-
- Calcola la radice quadrata di a.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-sqrtrem.xml b/reference/gmp/functions/gmp-sqrtrem.xml
deleted file mode 100644
index b4f62ae9f..000000000
--- a/reference/gmp/functions/gmp-sqrtrem.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-
-
-
-
-
-
-
- gmp_sqrtrem
- Radice quadrata con resto
-
-
- Descrizione
-
- arraygmp_sqrtrem
- resourcea
-
-
- Restituisce un array con due valori, il primo è la radice quadrata (fornita come intero) di
- a (vedere anche
- gmp_sqrt), e il secondo è il resto (cioè, la differenza tra
- a e il primo elemento al quadrato).
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-strval.xml b/reference/gmp/functions/gmp-strval.xml
deleted file mode 100644
index ce61b1fb9..000000000
--- a/reference/gmp/functions/gmp-strval.xml
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
-
-
-
- gmp_strval
- Converte un numero GMP in una stringa
-
-
- Descrizione
-
- stringgmp_strval
- resourcegmpnumber
- intbase
-
-
- Converte un numero GMP in una stringa rappresentato in base
- base. La base di default è 10. Le basi
- consentite variano dal 2 al 36.
-
-
-
- Converte un numero GMP in una stringa
-
-
-]]>
-
-
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-sub.xml b/reference/gmp/functions/gmp-sub.xml
deleted file mode 100644
index 04d4eb1f3..000000000
--- a/reference/gmp/functions/gmp-sub.xml
+++ /dev/null
@@ -1,44 +0,0 @@
-
-
-
-
-
-
-
- gmp_sub
- Sottrazione di numeri
-
-
- Descrizione
-
- resourcegmp_sub
- resourcea
- resourceb
-
-
- Sottrae b da a
- e restituisce il risultato.
-
-
-
-
-
diff --git a/reference/gmp/functions/gmp-xor.xml b/reference/gmp/functions/gmp-xor.xml
deleted file mode 100644
index d2d69f785..000000000
--- a/reference/gmp/functions/gmp-xor.xml
+++ /dev/null
@@ -1,43 +0,0 @@
-
-
-
-
-
-
-
- gmp_xor
- XOR logico
-
-
- Descrizione
-
- resourcegmp_xor
- resourcea
- resourceb
-
-
- Calcola l'OR logico esclusivo (XOR) di due numeri GMP.
-
-
-
-
-