system tan() is probably good enough

This commit is contained in:
rsc 2006-04-21 04:00:56 +00:00
parent af6e459f18
commit 12e997d87c

View file

@ -123,12 +123,6 @@ norm(struct place *gg, struct place *pp, struct coord *tw)
g->wlon.l += 2*PI;
}
double
tan(double x)
{
return(sin(x)/cos(x));
}
void
printp(struct place *g)
{