tsystem tan() is probably good enough - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 12e997d87c3f057018fb8f3411cd9676b416cc04
parent af6e459f18e56924a79fc7e732562132ee88fd22
Author: rsc 
Date:   Fri, 21 Apr 2006 04:00:56 +0000

system tan() is probably good enough

Diffstat:
  M src/cmd/map/libmap/zcoord.c         |       6 ------

1 file changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/cmd/map/libmap/zcoord.c b/src/cmd/map/libmap/zcoord.c
t@@ -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)
 {