Mathc initiation/Fichiers h : c30bg
Installer ce fichier dans votre répertoire de travail.
fg.h utilitaire |
---|
/* --------------------------------- */
/* save as fg.h */
/* --------------------------------- */
double f(
double x)
{
return( (tan(x)/x) );
}
/* --------------------------------- */
char feq[] = "tan(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 [ -pi/2.:pi/2.] [-3.0:3.0]\
tan(x)/x,\
1
reset
# ---------------------
Dans ce fichier il y a la fonction f pour le fichier c2g.c