about summary refs log tree commit diff
path: root/src/math/lgammal.c
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2013-11-20 18:28:18 -0500
committerRich Felker <dalias@aerifal.cx>2013-11-20 18:28:18 -0500
commit326e5c2e27224e3323e54f37621d55c40ebae87c (patch)
tree67efe63ced15979280350ed2715419c18e0bcd62 /src/math/lgammal.c
parent46db37289f917e23877a0e0df88cbb150805bc97 (diff)
downloadmusl-326e5c2e27224e3323e54f37621d55c40ebae87c.tar.gz
musl-326e5c2e27224e3323e54f37621d55c40ebae87c.tar.xz
musl-326e5c2e27224e3323e54f37621d55c40ebae87c.zip
fix the nominal type of LDBL_* limits on archs with ld64
previously these macros wrongly had type double rather than long
double. I see no way an application could detect the error in C99, but
C11's _Generic can trivially detect it.

at the same time, even though these archs do not have excess
precision, the number of decimal places used to represent these
constants has been increased to 21 to be consistent with the decimal
representations used for the DBL_* macros.
Diffstat (limited to 'src/math/lgammal.c')
0 files changed, 0 insertions, 0 deletions