aboutsummaryrefslogtreecommitdiff
path: root/pl/math/expm1f_data.c
blob: 9d02dc448ebb1fa661ab5dfdf30feb1ea9a0be58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Coefficients for single-precision e^x - 1 function.
 *
 * Copyright (c) 2022-2023, Arm Limited.
 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
 */

#include "math_config.h"

/* Generated using fpminimax, see tools/expm1f.sollya for details.  */
const float __expm1f_poly[] = {0x1.fffffep-2, 0x1.5554aep-3, 0x1.555736p-5,
			       0x1.12287cp-7, 0x1.6b55a2p-10};