* doc/bison.texinfo: math.h is needed early.
@group
%@{
#include <stdio.h> /* For printf, etc. */
@group
%@{
#include <stdio.h> /* For printf, etc. */
+ #include <math.h> /* For pow, used in the grammar. */
#include "calc.h" /* Contains definition of `symrec'. */
int yylex (void);
void yyerror (char const *);
#include "calc.h" /* Contains definition of `symrec'. */
int yylex (void);
void yyerror (char const *);
-#include <math.h> /* Math functions, cos(), sin(), etc. */
struct init const arith_fncts[] =
@{
@{ "atan", atan @},
struct init const arith_fncts[] =
@{
@{ "atan", atan @},