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