mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Damian McGuckin <damianm@esi.com.au>
To: MUSL <musl@lists.openwall.com>
Subject: Comment in ccosh()
Date: Wed, 2 Jul 2025 15:17:20 +1000 (AEST)	[thread overview]
Message-ID: <ac6ad9af-dc53-3a5b-67f5-e1d46d20dfc6@esi.com.au> (raw)


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


             reply	other threads:[~2025-07-02  5:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-02  5:17 Damian McGuckin [this message]
2025-07-06 21:31 ` [musl] Comment in ccosh() Szabolcs Nagy
2025-07-07  3:16   ` [musl] Re: spam>Re: " Damian McGuckin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ac6ad9af-dc53-3a5b-67f5-e1d46d20dfc6@esi.com.au \
    --to=damianm@esi.com.au \
    --cc=musl@lists.openwall.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).