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: [musl] Floating Point Mathematical Constanst in <math.h> ...
Date: Sat, 25 Jan 2025 11:24:28 +1100 (AEDT)	[thread overview]
Message-ID: <f55390ce-f69-7379-cd88-fd5aef4946e8@esi.com.au> (raw)


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.

Thanks - Damian

             reply	other threads:[~2025-01-25  0:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-25  0:24 Damian McGuckin [this message]
2025-01-25  4:11 ` Markus Wichmann
2025-01-25  4:44   ` Damian McGuckin
2025-01-27 15:22 ` Rich Felker

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=f55390ce-f69-7379-cd88-fd5aef4946e8@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).