system tan() is probably good enough
This commit is contained in:
parent
af6e459f18
commit
12e997d87c
1 changed files with 0 additions and 6 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue