__math_uflowf.c\math\src - 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/__math_uflowf.c
blob: 94d50f2bf12973f9a1d37ee613cdb7299afc12a4 (plain) (blame)
1
2
3
4
5
6
#include "libm.h"
float __math_uflowf(uint32_t sign)
{
	return __math_xflowf(sign, 0x1p-95f);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月03日 13:17:20 +0000

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