AT&T Home | AT&T Labs | Research
AT&T Labs, Inc. - Research

The Yoix® Scripting Language

Home | What's New | Grammar | Documentation | Download | License | YChart | YDAT | YWAIT | Byzgraf | FAQs
log1p (Number num) yoix.math
 
Returns the value of the natural logarithm of the sum of num plus 1, namely log(num+1). For values of x near 0, the result of log1p(x) is much closer to the true value of ln(x+1) than log(x+1). The special cases are the same as those described in the Java documentation for the eponymous function.
 
 Return:   double
 
 See Also:   exp, expm1, log

 

Yoix is a registered trademark of AT&T Inc.