projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3fcf168
)
An ambiguousity warning.
Jarkko Hietaniemi [Sun, 1 Apr 2001 20:45:10 +0000 (20:45 +0000)]
p4raw-id: //depot/perl@9510
t/lib/trig.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/trig.t
b/t/lib/trig.t
index
def7c15
..
4246a47
100755
(executable)
--- a/
t/lib/trig.t
+++ b/
t/lib/trig.t
@@
-184,7
+184,7
@@
use Math::Trig ':radial';
print "ok 24\n";
print 'not '
- unless (near(great_circle_direction(0, 0, pi, pi), -pi/2));
+ unless (near(great_circle_direction(0, 0, pi, pi), -pi()/2));
print "ok 25\n";
# London to Tokyo.