16140232 en lettres 16140233 en lettres 16140230 en lettres 16140229 en lettres 16140241 en lettres 16140221 en lettres 16140331 en lettres 16140131 en lettres
Rappel des règles pour l'écriture du nombre 16140231
'regles/recommandation-1990.html');
//2 - cent ou cents
if(strpos(strtolower('un million six cent trente-sept mille cent soixante'),'cent') !== false)
{
include('regles/cent-ou-cents.html');
}
//3 - quatre-vingts (80) ou quatre-vingt (81-82-etc)
if(strpos(strtolower('un million six cent trente-sept mille cent soixante'),'quatre-vingt') !== false)
{
include('regles/quatre-vingt-ou-quatre-vingts.html');
}
//4 - Mille
if(floatval(1637160)>=1000){ include('regles/mille.html'); }
/*
//5 - 70 et 90 en Belgique
if(strpos(strtolower('un million six cent trente-sept mille cent soixante'),'soixante-dix') !== false || strpos(strtolower('un million six cent trente-sept mille cent soixante'),'quatre-vingt-dix') !== false)
{
include('regles/belgique.html');
}
*/
//6 - Un
if(strpos('1637160','.')===false){
if(substr('1637160',strlen('1637160')-1)=='1'){ include('regles/un.html'); }
}
else{
$posPoint=strpos('1637160','.');
$partieEntiere=substr('1637160',0,$posPoint);
if(substr('$partieEntiere',strlen('$partieEntiere')-1)=='1' || substr('1637160',strlen('1637160')-1)=='1'){ include('regles/un.html'); }
}
//7 - Pluriel à partir de 2
if(floatval(1637160)>=2){ include('regles/pluriel.html'); }
//8 - Millier, Million, Milliard = nom commun + //9 - Normalisation internationale
if(floatval(1637160)>=1000){ include('regles/accord-grand-nombre.html'); include('regles/normalisation-internationale.html'); }
?>