Mathc initiation/Fichiers h : c30bh
Apparence
Installer ce fichier dans votre répertoire de travail.
fg.h utilitaire |
---|
/* --------------------------------- */
/* save as fh.h */
/* --------------------------------- */
double f(
double x)
{
return( (log(1+x)/x) );
}
/* --------------------------------- */
char feq[] = "log(1+x)/x";
/* --------------------------------- */
Fichier de commande gnuplot :
# ---------------------
# Copy and past this file into the screen of gnuplot
#
#
set zeroaxis lt 3 lw 1
set grid
plot [ -2.:2.] [-1.0:3.0]\
log(1+x)/x,\
1
reset
# ---------------------
Dans ce fichier il y a la fonction f pour le fichier c2h.c