Fix comment in log1p.c (#4507)
JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ log1p (double x)
|
||||
/* x <= -1.0 */
|
||||
if (x == -1.0)
|
||||
{
|
||||
/* log1p(-1) = +inf */
|
||||
/* log1p(-1) = -inf */
|
||||
return -two54 / zero;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user