remainderf.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/remainderf.c
blob: bf1d7b2831cffab47953b13da2fb09cadc81ef37 (plain) (blame)
1
2
3
4
5
6
7
8
9
#include <math.h>
float remainderf(float x, float y)
{
	int q;
	return remquof(x, y, &q);
}
weak_alias(remainderf, dremf);
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月04日 22:41:00 +0000

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