Mathc initiation/Fichiers h : c79m

Un livre de Wikilivres.


Sommaire


Installer ce fichier dans votre répertoire de travail.

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