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/include/math.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/math.h')
-rw-r--r--include/math.h 6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/math.h b/include/math.h
index 3c2105ef..ec04a8a7 100644
--- a/include/math.h
+++ b/include/math.h
@@ -381,6 +381,12 @@ double yn(int, double);
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
#define HUGE 3.40282346638528859812e+38F
+double drem(double, double);
+float dremf(float, float);
+
+int finite(double);
+int finitef(float);
+
double scalb(double, double);
float scalbf(float, float);
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月03日 07:50:37 +0000

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