Mathc initiation/Fichiers h : c40a2
Apparence
Installer ce fichier dans votre répertoire de travail.
fa.h |
---|
/* --------------------------------- */
/* save as fa.h */
/* --------------------------------- */
double f(
double x,
double y)
{
return( (x*y*y)/(x*x + pow(y,4)) );
}
/* --------------------------------- */
char feq[] = "(x*y**2)/(x**2+y**4)";
/* --------------------------------- */
/* --------------------------------- */
Déclaration des fichiers h.