projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7e7af24
)
Update the test count.
Jarkko Hietaniemi [Sat, 26 Aug 2000 04:31:32 +0000 (
04:31
+0000)]
p4raw-id: //depot/perl@6830
t/lib/trig.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/trig.t
b/t/lib/trig.t
index
b68eb02
..
0b7e0cb
100755
(executable)
--- a/
t/lib/trig.t
+++ b/
t/lib/trig.t
@@
-29,7
+29,7
@@
sub near ($$;$) {
abs($_[0] - $_[1]) < (defined $_[2] ? $_[2] : $eps);
}
-print "1..23\n";
+print "1..24\n";
$x = 0.9;
print 'not ' unless (near(tan($x), sin($x) / cos($x)));