[Bug 272539] cospi, sinpi and tanpi incorrectly test for NaN and Infinity
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 Jul 2023 11:46:01 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272539 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=b14d94c27ce2d5ca47193d99db51f516e74c2f74 commit b14d94c27ce2d5ca47193d99db51f516e74c2f74 Author: Steve Kargl <kargl@FreeBSD.org> AuthorDate: 2023-07-17 05:19:28 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2023-07-23 11:44:24 +0000 libm: correctly test for for NaN and Infinity in sinpi(), cospi(), and tanpi() PR: 272539 (cherry picked from commit be4c7f273508994638b68d2fae742be37d3cb117) lib/msun/src/s_cospi.c | 3 ++- lib/msun/src/s_sinpi.c | 3 ++- lib/msun/src/s_tanpi.c | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.