musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/math/acosf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/acosf.c')
-rw-r--r--src/math/acosf.c 2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/acosf.c b/src/math/acosf.c
index 5d7c0270..8ee1a71d 100644
--- a/src/math/acosf.c
+++ b/src/math/acosf.c
@@ -25,7 +25,7 @@ qS1 = -7.0662963390e-01;
static float R(float z)
{
- float p, q;
+ float_t p, q;
p = z*(pS0+z*(pS1+z*pS2));
q = 1.0f+z*qS1;
return p/q;
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月03日 16:59:12 +0000

AltStyle によって変換されたページ (->オリジナル) /