Date: Fri, 12 Sep 2025 02:37:40 +0000 From: bugzilla-noreply@freebsd.org To: numerics@FreeBSD.org Subject: [Bug 289447] [libm] Fix cpow[fl]() to be consistent with pow[fl]() and glibc Message-ID: <bug-289447-18636-aQ3sr9sp4u@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-289447-18636@https.bugs.freebsd.org/bugzilla/> References: <bug-289447-18636@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=289447 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=8b41ba845c7e10b5f241a1f944fe9a8e19ad75a9 commit 8b41ba845c7e10b5f241a1f944fe9a8e19ad75a9 Author: Steve Kargl <kargl@FreeBSD.org> AuthorDate: 2025-09-11 16:38:17 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2025-09-12 02:36:27 +0000 lib/msun: cpow{,f,l}(CMLX(0.0, 0.0)) should return 1.0 PR: 289447 MFC after: 1 week lib/msun/src/s_cpow.c | 5 ++++- lib/msun/src/s_cpowf.c | 5 ++++- lib/msun/src/s_cpowl.c | 5 ++++- 3 files changed, 12 insertions(+), 3 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-289447-18636-aQ3sr9sp4u>
