/*************************************************************************************************************************************/
/* */
/* Q U O T I E N T " E T E N D U " D E D E U X N O M B R E S : */
/* */
/* */
/* Author of '$xcg/DIVZx.01$K' : */
/* */
/* Jean-Francois COLONNA (LACTAMME, 20050303150553). */
/* */
/*************************************************************************************************************************************/
/*===================================================================================================================================*/
/*************************************************************************************************************************************/
/* */
/* I N T E R F A C E ' listG ' : */
/* */
/* */
/* :Debut_listG: */
/* :Fin_listG: */
/* */
/*************************************************************************************************************************************/
/*===================================================================================================================================*/
/*************************************************************************************************************************************/
/* */
/* D I R E C T I V E S S P E C I F I Q U E S D E C O M P I L A T I O N : */
/* */
/*************************************************************************************************************************************/
@define PRAGMA_CL_____PAS_DE_LIBRAIRIES_DYNAMIQUES
#define GENERER_LES_GET_ARGUMENTS_DE_CONTROLE_DE_L_ARITHMETIQUE_ETENDUE_DES_NOMBRES_FLOTTANTS
/*===================================================================================================================================*/
/*************************************************************************************************************************************/
/* */
/* F I C H I E R S D ' I N C L U D E S : */
/* */
/*************************************************************************************************************************************/
#include INCLUDES_MINI
/*===================================================================================================================================*/
/*************************************************************************************************************************************/
/* */
/* P A R A M E T R E S : */
/* */
/*************************************************************************************************************************************/
#define NOMBRE_1 \
FZERO
#define NOMBRE_2 \
FU
/* Les deux nombres flottants dont on va calculer le quotient "etendu". */
#include xcg/ARIT.01.I"
#include xci/valeurs.01.I"
/*===================================================================================================================================*/
/*************************************************************************************************************************************/
/* */
/* M A C R O S U T I L E S : */
/* */
/*************************************************************************************************************************************/
#include xci/valeurs.02.I"
/*===================================================================================================================================*/
/*************************************************************************************************************************************/
/* */
/* Q U O T I E N T " E T E N D U " D E D E U X N O M B R E S : */
/* */
/*************************************************************************************************************************************/
BCommande(nombre_d_arguments,arguments)
/*-----------------------------------------------------------------------------------------------------------------------------------*/
Bblock
DEFV(Float,INIT(nombre_1,NOMBRE_1));
DEFV(Float,INIT(nombre_2,NOMBRE_2));
/* Les deux nombres flottants dont on va calculer le quotient "etendu". */
#include xci/valeurs.03.I"
/*..............................................................................................................................*/
GET_ARGUMENTS_(nombre_d_arguments
,BLOC(GET_ARGUMENT_F("dividende=""x=""nombre_1=""n1=""a=",nombre_1);
GET_ARGUMENT_F("diviseur=""y=""nombre_2=""n2=""b=",nombre_2);
/* Les arguments "dividende=" et "diviseur=" ont ete introduits le 20231209154506 par */
/* symetrie avec 'v $xcg/REST.01$K 20231209152143'... */
PROCESS_ARGUMENTS_DE_PARAMETRAGE_DE_LA_GENERATION_DE_SUITE_DE_VALEURS_1;
PROCESS_ARGUMENTS_DE_PARAMETRAGE_DE_LA_GENERATION_DE_SUITE_DE_VALEURS_2;
/* Ces deux procedures furent introduites le 20061226184904... */
)
);
EDITION_DE_LA_VALEUR_DE_L_OPERATEUR(FfxxDIVZ(nombre_1,nombre_2));
/* Edition du quotient "etendu" de deux nombres... */
/* */
/* Le 20061030163047 la fonction 'FfxDIVZ(...)' a ete remplacee par 'FfxxDIVZ(...)' afin */
/* de permettre de controler, en option, la division via la multiplication (etendues)... */
RETU_Commande;
Eblock
ECommande
Copyright © Jean-François COLONNA, 2019-2024.
Copyright © CMAP (Centre de Mathématiques APpliquées) UMR CNRS 7641 / École polytechnique, Institut Polytechnique de Paris, 2019-2024.