sqrtl.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/sqrtl.c
blob: 83a8f80c9984dc7b02e2de6d73f87ed58b566b8b (plain) (blame)
1
2
3
4
5
6
7
#include <math.h>
long double sqrtl(long double x)
{
	/* FIXME: implement in C, this is for LDBL_MANT_DIG == 64 only */
	return sqrt(x);
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年10月07日 02:53:07 +0000

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