MATLAB Function Reference Previous page   Next Page
log1p

Compute log(1+x) accurately for small values of x

Syntax

Description

y = log1p(x) computes log(1+x), compensating for the roundoff in 1+x. log1p(x) is more accurate than log(1+x) for small values of x. For small x, log1p(x) is approximately x, whereas log(1+x) can be zero.

See Also

log, expm1


Previous page  log10 log2 Next page

© 1994-2005 The MathWorks, Inc.