Skip to content

Rename log2p1 for GLibc 2.40 compatibility #8

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

hmenke
Copy link
Member

@hmenke hmenke commented Mar 14, 2025

  • The following ISO C23 function families (introduced in TS
    18661-4:2015) are now supported in <math.h>. Each family includes
    functions for float, double, long double, _FloatN and _FloatNx, and a
    type-generic macro in <tgmath.h>.

    • Exponential functions: exp2m1, exp10m1.

    • Logarithmic functions: log2p1, log10p1, logp1.

https://lists.gnu.org/archive/html/info-gnu/2024-07/msg00013.html

> * The following ISO C23 function families (introduced in TS
>   18661-4:2015) are now supported in <math.h>.  Each family includes
>   functions for float, double, long double, _FloatN and _FloatNx, and a
>   type-generic macro in <tgmath.h>.
>
>   - Exponential functions: exp2m1, exp10m1.
>
>   - Logarithmic functions: log2p1, log10p1, logp1.

https://lists.gnu.org/archive/html/info-gnu/2024-07/msg00013.html
@hmenke hmenke closed this Mar 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant