1000000109595 en lettres 1000000109596 en lettres 1000000109593 en lettres 1000000109592 en lettres 1000000109604 en lettres 1000000109584 en lettres 1000000109694 en lettres 1000000109494 en lettres
Rappel des règles pour l'écriture du nombre 1000000109594
990.html');
//2 - cent ou cents
if(strpos(strtolower('un million cent quatorze mille trois cent quatre-vingt-treize'),'cent') !== false)
{
include('regles/cent-ou-cents.html');
}
//3 - quatre-vingts (80) ou quatre-vingt (81-82-etc)
if(strpos(strtolower('un million cent quatorze mille trois cent quatre-vingt-treize'),'quatre-vingt') !== false)
{
include('regles/quatre-vingt-ou-quatre-vingts.html');
}
//4 - Mille
if(floatval(1114393)>=1000){ include('regles/mille.html'); }
/*
//5 - 70 et 90 en Belgique
if(strpos(strtolower('un million cent quatorze mille trois cent quatre-vingt-treize'),'soixante-dix') !== false || strpos(strtolower('un million cent quatorze mille trois cent quatre-vingt-treize'),'quatre-vingt-dix') !== false)
{
include('regles/belgique.html');
}
*/
//6 - Un
if(strpos('1114393','.')===false){
if(substr('1114393',strlen('1114393')-1)=='1'){ include('regles/un.html'); }
}
else{
$posPoint=strpos('1114393','.');
$partieEntiere=substr('1114393',0,$posPoint);
if(substr('$partieEntiere',strlen('$partieEntiere')-1)=='1' || substr('1114393',strlen('1114393')-1)=='1'){ include('regles/un.html'); }
}
//7 - Pluriel à partir de 2
if(floatval(1114393)>=2){ include('regles/pluriel.html'); }
//8 - Millier, Million, Milliard = nom commun + //9 - Normalisation internationale
if(floatval(1114393)>=1000){ include('regles/accord-grand-nombre.html'); include('regles/normalisation-internationale.html'); }
?>