Mathc initiation/Fichiers h : c78bf


Sommaire


Installer ce fichier dans votre répertoire de travail.

ff.h
utilitaire
/* --------------------------------- */
/* save as ff.h                      */
/* --------------------------------- */
/* ---------------------------------- */
double f1(
double x)
{
 return(cosh(x)*cosh(x) - sinh(x)*sinh(x));
}
char  f1eq[] = "cosh(x)**2 - sinh(x)**2";
/* --------------------------------- */
/* --------------------------------- */


Dans ce fichier il y a la fonction f et sa dérivé.