math: raise flags in logl.c on <= 0 arguments

This commit is contained in:
Szabolcs Nagy
2012-11-13 00:49:55 +01:00
parent 52bcf3f5fb
commit e2fe959fe2
2 changed files with 3 additions and 9 deletions
+1 -2
View File
@@ -108,8 +108,7 @@ static const long double S[4] = {
long double log2l(long double x)
{
long double z;
long double y;
long double y, z;
int e;
if (isnan(x))