mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fix comment in log1p.c (#4507)
JerryScript-DCO-1.0-Signed-off-by: Yonggang Luo luoyonggang@gmail.com
This commit is contained in:
parent
8e83638daa
commit
cb85797ab5
@ -121,7 +121,7 @@ log1p (double x)
|
||||
/* x <= -1.0 */
|
||||
if (x == -1.0)
|
||||
{
|
||||
/* log1p(-1) = +inf */
|
||||
/* log1p(-1) = -inf */
|
||||
return -two54 / zero;
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user