Mathc initiation/Fichiers h : c79j


Sommaire


Installer ce fichier dans votre répertoire de travail.

fj.h
utilitaire
/* ---------------------------------- */
/* save as fj.h                      */
/* ---------------------------------- */
double f(
double x)
{
        return(1/(x*x + 1));
}
char  feq[] = "1/(x**2 + 1)";
/* ---------------------------------- */
double F(
double x)
{
        return(atan(x));
}
char Feq[] = "atan(x)";
/* ---------------------------------- */
/* ---------------------------------- */