Mathc initiation/Fichiers h : c71b07
Apparence
Installer ce fichier dans votre répertoire de travail.
ff.h utilitaire |
---|
/* ---------------------------------- */
/* ---------------------------------- */
/* save as ff.h */
/* ---------------------------------- */
double f(
double x)
{
return(acosh(x));
}
char feq[] = "acosh(x)";
/* ---------------------------------- */
double F(
double x)
{
return(acosh(x)*x - sqrt(x*x-1));
}
char Feq[] = "acosh(x) x - sqrt(x**2-1)";
/* ---------------------------------- */
/* ---------------------------------- */