system tan() is probably good enough
This commit is contained in:
parent
af6e459f18
commit
12e997d87c
@ -123,12 +123,6 @@ norm(struct place *gg, struct place *pp, struct coord *tw)
|
|||||||
g->wlon.l += 2*PI;
|
g->wlon.l += 2*PI;
|
||||||
}
|
}
|
||||||
|
|
||||||
double
|
|
||||||
tan(double x)
|
|
||||||
{
|
|
||||||
return(sin(x)/cos(x));
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
printp(struct place *g)
|
printp(struct place *g)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user