/*************************************************************************************************************************************/ /* */ /* D E F I N I T I O N S R E L A T I V E S A L A D E R I V A T I O N F O R M E L L E : */ /* */ /* */ /* Author of '$xtKg/derivees.11$I' : */ /* */ /* Jean-Francois Colonna (LACTAMME, 1993??????????). */ /* */ /*************************************************************************************************************************************/ /*===================================================================================================================================*/ /*************************************************************************************************************************************/ /* */ /* D E F I N I T I O N D E P L U S I E U R S F O N C T I O N S ' F ' : */ /* */ /*************************************************************************************************************************************/ -define Fonction_C(x) \ -_-_-_- ADD2(LOGX(x) \ -_-_-_- ,SINX(x) \ -_-_-_- ) /* Definition de la fonction 'Fonction_C' destinee aux fichiers '$K'. */ -define Fonction_I(x) \ -_-_-_- ADD2(LOGX(x) \ -_-_-_- ,SINX(x) \ -_-_-_- ) /* Definition de la fonction 'Fonction_I' destinee aux fichiers '$I'. */ -define Fonction_0(x) \ -_-_-_- LOGX(x) /* Definition de la fonction d'ordre 0. */ -define Fonction_1(x) \ -_-_-_- d#Fonction_0(x) /* Definition de la fonction d'ordre 1. */