/*************************************************************************************************************************************/ /* */ /* C O S I N U S H Y P E R B O L I Q U E D ' U N N O M B R E : */ /* */ /* */ /* Author of '$xcg/COHX.01$K' : */ /* */ /* Jean-Francois COLONNA (LACTAMME, 19991213090923). */ /* */ /*************************************************************************************************************************************/ /*===================================================================================================================================*/ /*************************************************************************************************************************************/ /* */ /* 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 : */ /* */ /*************************************************************************************************************************************/ /*===================================================================================================================================*/ /*************************************************************************************************************************************/ /* */ /* 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_0 \ FZERO \ /* Nombre dont on veut le cosinus hyperbolique. */ #include xcg/ARIT.01.I" #include xci/valeurs.01.I" #include xcg/derivees.01.I" /* Introduit le 20171016112749... */ /*===================================================================================================================================*/ /*************************************************************************************************************************************/ /* */ /* M A C R O S U T I L E S : */ /* */ /*************************************************************************************************************************************/ #include xci/valeurs.02.I" #include xcg/derivees.02.I" /* Introduit le 20171016112749... */ /*===================================================================================================================================*/ /*************************************************************************************************************************************/ /* */ /* C O S I N U S H Y P E R B O L I Q U E D ' U N N O M B R E : */ /* */ /*************************************************************************************************************************************/ BCommande(nombre_d_arguments,arguments) /*-----------------------------------------------------------------------------------------------------------------------------------*/ Bblock DEFV(Float,INIT(nombre,NOMBRE_0)); DEFV(Float,INIT(d_nombre,d_FVARIABLES_DE_DERIVATION)); /* Nombre dont on veut le cosinus hyperbolique. */ #include xci/valeurs.03.I" #include xcg/derivees.03.I" /* Introduit le 20171016112749... */ /*..............................................................................................................................*/ GET_ARGUMENTS_(nombre_d_arguments ,BLOC(GET_ARGUMENT_F("x=""nombre=""n=""a=",nombre); 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 20061226182337... */ PROCESS_ARGUMENTS_DE_PARAMETRAGE_DE_L_EDITION_DES_FONCTIONS_OU_DE_LEURS_DERIVEES; /* Procedure introduite le 20171016112749... */ ) ); EDITION_DES_FONCTIONS_OU_DE_LEURS_DERIVEES(COSH); /* Edition du cosinus hyperbolique du nombre. */ RETU_Commande; Eblock ECommande