1000000124405 en lettres 1000000124406 en lettres 1000000124403 en lettres 1000000124402 en lettres 1000000124414 en lettres 1000000124394 en lettres 1000000124504 en lettres 1000000124304 en lettres
Rappel des règles pour l'écriture du nombre 1000000124404
ion-1990.html');
//2 - cent ou cents
if(strpos(strtolower('six cent dix-sept millions cent douze mille vingt-six'),'cent') !== false)
{
include('regles/cent-ou-cents.html');
}
//3 - quatre-vingts (80) ou quatre-vingt (81-82-etc)
if(strpos(strtolower('six cent dix-sept millions cent douze mille vingt-six'),'quatre-vingt') !== false)
{
include('regles/quatre-vingt-ou-quatre-vingts.html');
}
//4 - Mille
if(floatval(617112026)>=1000){ include('regles/mille.html'); }
/*
//5 - 70 et 90 en Belgique
if(strpos(strtolower('six cent dix-sept millions cent douze mille vingt-six'),'soixante-dix') !== false || strpos(strtolower('six cent dix-sept millions cent douze mille vingt-six'),'quatre-vingt-dix') !== false)
{
include('regles/belgique.html');
}
*/
//6 - Un
if(strpos('617112026','.')===false){
if(substr('617112026',strlen('617112026')-1)=='1'){ include('regles/un.html'); }
}
else{
$posPoint=strpos('617112026','.');
$partieEntiere=substr('617112026',0,$posPoint);
if(substr('$partieEntiere',strlen('$partieEntiere')-1)=='1' || substr('617112026',strlen('617112026')-1)=='1'){ include('regles/un.html'); }
}
//7 - Pluriel à partir de 2
if(floatval(617112026)>=2){ include('regles/pluriel.html'); }
//8 - Millier, Million, Milliard = nom commun + //9 - Normalisation internationale
if(floatval(617112026)>=1000){ include('regles/accord-grand-nombre.html'); include('regles/normalisation-internationale.html'); }
?>