mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 06:30:05 +00:00
* math/math.h (M_LOG2El): Correct the value.
From Stephen L Moshier <steve@moshier.net>.
This commit is contained in:
parent
5580f1544d
commit
57c1c9ed7c
@ -1,5 +1,8 @@
|
|||||||
2002-10-25 Roland McGrath <roland@redhat.com>
|
2002-10-25 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
|
* math/math.h (M_LOG2El): Correct the value.
|
||||||
|
From Stephen L Moshier <steve@moshier.net>.
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/init-first.c (init): Remove [! SHARED]
|
* sysdeps/unix/sysv/linux/init-first.c (init): Remove [! SHARED]
|
||||||
conditional from __libc_multiple_libcs access. Remove kludge for weak
|
conditional from __libc_multiple_libcs access. Remove kludge for weak
|
||||||
symbol access with old compilers we no longer support.
|
symbol access with old compilers we no longer support.
|
||||||
|
@ -335,7 +335,7 @@ extern int matherr (struct exception *__exc);
|
|||||||
GNU extension. Provide enough digits for the 128-bit IEEE quad. */
|
GNU extension. Provide enough digits for the 128-bit IEEE quad. */
|
||||||
#ifdef __USE_GNU
|
#ifdef __USE_GNU
|
||||||
# define M_El 2.7182818284590452353602874713526625L /* e */
|
# define M_El 2.7182818284590452353602874713526625L /* e */
|
||||||
# define M_LOG2El 1.4426950408889634073599246810018922L /* log_2 e */
|
# define M_LOG2El 1.4426950408889634073599246810018921L /* log_2 e */
|
||||||
# define M_LOG10El 0.4342944819032518276511289189166051L /* log_10 e */
|
# define M_LOG10El 0.4342944819032518276511289189166051L /* log_10 e */
|
||||||
# define M_LN2l 0.6931471805599453094172321214581766L /* log_e 2 */
|
# define M_LN2l 0.6931471805599453094172321214581766L /* log_e 2 */
|
||||||
# define M_LN10l 2.3025850929940456840179914546843642L /* log_e 10 */
|
# define M_LN10l 2.3025850929940456840179914546843642L /* log_e 10 */
|
||||||
|
Loading…
Reference in New Issue
Block a user