static void setSubtreeSpans(Agraph_t * sg, Agnode_t * center)
{
- SPAN(center) = 2 * PI;
+ SPAN(center) = 2 * M_PI;
setChildSubtreeSpans(sg, center);
}
int pen_style = 0; /* not used */
int font = -1; /* init to xfig's default font */
double font_size = para->fontsize * job->zoom;
- double angle = job->rotation ? (PI / 2.0) : 0.0;
+ double angle = job->rotation ? (M_PI / 2.0) : 0.0;
int font_flags = 6; /* PostScript font + Special text */
/* Special text indicates that latex markup may exist
* in the output - but note that dot knows nothing about latex,