__math_oflowf.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_oflowf.c
blob: fa7d06208e41da7ad2ba0fbe912af70d4bf82d95 (plain) (blame)
1
2
3
4
5
6
#include "libm.h"
float __math_oflowf(uint32_t sign)
{
	return __math_xflowf(sign, 0x1p97f);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月03日 11:20:22 +0000

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