Skip to content

Commit 216f1da

Browse files
authored
Apply suggestion from @skirpichev
1 parent 38f4d61 commit 216f1da

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Lib/test/mathdata/math_testcases.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2248,7 +2248,7 @@ tanpi20001 tanpi inf -> nan invalid
22482248
tanpi20002 tanpi -inf -> nan invalid
22492249
tanpi20003 tanpi nan -> nan
22502250

2251-
tanpi30001 tanpi 0.5 -> inf invalid
2252-
tanpi30002 tanpi -0.5 -> -inf invalid
2253-
tanpi30003 tanpi 1.5 -> -inf invalid
2254-
tanpi30004 tanpi -1.5 -> inf invalid
2251+
tanpi30001 tanpi 0.5 -> inf divide-by-zero
2252+
tanpi30002 tanpi -0.5 -> -inf divide-by-zero
2253+
tanpi30003 tanpi 1.5 -> -inf divide-by-zero
2254+
tanpi30004 tanpi -1.5 -> inf divide-by-zero

0 commit comments

Comments
 (0)