![]() |
|
Message-ID: <ac6ad9af-dc53-3a5b-67f5-e1d46d20dfc6@esi.com.au> Date: Wed, 2 Jul 2025 15:17:20 +1000 (AEST) From: Damian McGuckin <damianm@....com.au> To: MUSL <musl@...ts.openwall.com> Subject: Comment in ccosh() There is a comment in ccoshf() /* x < 88.7: expf(|x|) won't overflow */ where is correct The equivalent in ccosh() which says: /* x < 710: exp(|x|) won't overflow */ This is far less concise than the earlier case. More strictly /* x < 709.78: exp(|x|) won't overflow */ Am I being overly pedantic? Thanks - Damian
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.