From: Rich Felker <dalias@libc.org>
To: Damian McGuckin <damianm@esi.com.au>
Cc: MUSL <musl@lists.openwall.com>
Subject: Re: [musl] Floating Point Mathematical Constanst in <math.h> ...
Date: Mon, 27 Jan 2025 10:22:04 -0500 [thread overview]
Message-ID: <20250127152204.GQ10433@brightrain.aerifal.cx> (raw)
In-Reply-To: <f55390ce-f69-7379-cd88-fd5aef4946e8@esi.com.au>
On Sat, Jan 25, 2025 at 11:24:28AM +1100, Damian McGuckin wrote:
>
> This is not specific to MUSL but I figured the knowledge exists in
> the list. I was doing a review for a small book I am writing.
>
> As long as one has
>
> defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
>
> the constants
>
> M_E
> M_LOG2E
> M_LOG10E
> M_LN2
> M_LN10
> M_2_SQRT_PI
>
> Has anybody been involved in the global 'need' of these constants,
> i.e. how often they appear in people's code such that the names need
> to be a
> global identified as long as one includes both <math.h> and does the
> appropriate #defines.
>
> The reason I ask is that I cannot find where any of these is used in
> elementary mathematical libraries such as MUSL. Nor can I find the
> use
> of Napier's constant (or Euler's number), i.e. 'e' or M_E, in a few
> million lines of engineering and physics software to which I have
> access.
>
> The average log() or log2() or log10() programs which one might
> think could use those logarithm constants instead far more accurate
> ones instead.
>
> I would like to say these constants have very little utility in the
> average programmer of technical software for engineering or physics
> but that might be a little extreme.
>
> Just curious. Sadly, the people who made that decision at Berkeley
> in the eighties are quite hard to find these days, most of them
> enjoying their well-earned retirements.
My simple explanation would be that these constants are moderately
useful to software consuming the standard math library and treating
floating point numbers as a good approximation of the reals for
specific real-world purposes, but that they're completely useless
(inadequate) for implementing high-quality general-purpose math
functions accurate across their entire domains.
Rich
prev parent reply other threads:[~2025-01-27 15:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-01-25 0:24 Damian McGuckin
2025-01-25 4:11 ` Markus Wichmann
2025-01-25 4:44 ` Damian McGuckin
2025-01-27 15:22 ` Rich Felker [this message]
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=20250127152204.GQ10433@brightrain.aerifal.cx \
--to=dalias@libc.org \
--cc=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).