diff options
author | rsc <devnull@localhost> | 2006-04-21 04:00:56 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2006-04-21 04:00:56 +0000 |
commit | 12e997d87c3f057018fb8f3411cd9676b416cc04 (patch) | |
tree | 0485cfae9cb5926762145a75fbb8a7398974af5b /src/cmd/map | |
parent | af6e459f18e56924a79fc7e732562132ee88fd22 (diff) | |
download | plan9port-12e997d87c3f057018fb8f3411cd9676b416cc04.tar.gz plan9port-12e997d87c3f057018fb8f3411cd9676b416cc04.tar.bz2 plan9port-12e997d87c3f057018fb8f3411cd9676b416cc04.zip |
system tan() is probably good enough
Diffstat (limited to 'src/cmd/map')
-rw-r--r-- | src/cmd/map/libmap/zcoord.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cmd/map/libmap/zcoord.c b/src/cmd/map/libmap/zcoord.c index 7c3d3ad7..01d41a1d 100644 --- a/src/cmd/map/libmap/zcoord.c +++ b/src/cmd/map/libmap/zcoord.c @@ -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) { |