__math_invalidf.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_invalidf.c
blob: 357d4b121176783974a366e10f68c4d749050cdf (plain) (blame)
1
2
3
4
5
6
#include "libm.h"
float __math_invalidf(float x)
{
	return (x - x) / (x - x);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月03日 17:56:54 +0000

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