Mathc initiation/Fichiers h : c78ed
Apparence
Installer ce fichier dans votre répertoire de travail.
fd.h utilitaire |
---|
/* --------------------------------- */
/* save as fd.h */
/* --------------------------------- */
double f1(
double x)
{
return( sinh(2.*x) );
}
char f1eq[] = "sinh(2x)";
/* --------------------------------- */
double f2(
double x)
{
return(2.*cosh(x)*sinh(x));
}
char f2eq[] = "2 cosh(x) sinh(x)";
/* --------------------------------- */
/* --------------------------------- */