math: raise flags in logl.c on <= 0 arguments
This commit is contained in:
+1
-2
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user