]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[libm] Correct comments in s_cbrt[l].c
authorSteve Kargl <kargl@FreeBSD.org>
Thu, 4 Aug 2022 17:31:57 +0000 (19:31 +0200)
committerDimitry Andric <dim@FreeBSD.org>
Thu, 4 Aug 2022 17:33:34 +0000 (19:33 +0200)
commit369ea0520a3061c07400d7cd32172efb6af39815
tree89c26fffed05ad5a6402064478a88b3d7d42ad90
parent3c4f8adc794d769bdc332a92f0920af928002441
[libm] Correct comments in s_cbrt[l].c

Damian McGuckin <damianm at esi dot com dot au> noted that the accuracy
claims in the code for cbrt(3) and cbrtl(3) were incorrect. Fix the
comments to more accurately describe the accuracies.

PR: 265603
MFC after: 3 days
lib/msun/src/s_cbrt.c
lib/msun/src/s_cbrtl.c