Mathc initiation/Fichiers h : c71b08


Sommaire


Installer ce fichier dans votre répertoire de travail.

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