Fonc_Num SimplifyFCUV(Fonc_Num aF)
{
   if (FnumCoorUseCsteVal) return aF.Simplify();
   return aF;
}