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