mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Implement C23 acospi
C23 adds various <math.h> function families originally defined in TS 18661-4. Add the acospi functions (acos(x)/pi). Tested for x86_64 and x86, and with build-many-glibcs.py.
This commit is contained in:
@@ -531,6 +531,7 @@ static test_function test_functions[] =
|
||||
{
|
||||
FUNC_mpfr_f_f ("acos", mpfr_acos, false),
|
||||
FUNC_mpfr_f_f ("acosh", mpfr_acosh, false),
|
||||
FUNC_mpfr_f_f ("acospi", mpfr_acospi, false),
|
||||
FUNC_mpfr_ff_f ("add", mpfr_add, true),
|
||||
FUNC_mpfr_f_f ("asin", mpfr_asin, false),
|
||||
FUNC_mpfr_f_f ("asinh", mpfr_asinh, false),
|
||||
|
Reference in New Issue
Block a user