Mathc initiation/Fichiers h : c78fd


Sommaire


Installer ce fichier dans votre répertoire de travail.

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