Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»
scipy.special.log1p
¶
scipy.special.
log1p
(
x
[
,
out
]
)
¶
y=log1p(x) calculates log(1+x) for use when x is near zero.
Previous topic
scipy.special.cotdg
Next topic
scipy.special.expm1
This Page
Show Source
Edit page
Quick search
Navigation
index
modules
|
next
|
previous
|
Numpy and Scipy Documentation
»
SciPy v0.7 Reference Guide (DRAFT)
»
Special functions (
scipy.special
)
»