This is documentation for an old release of SciPy (version 0.7.). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.maxentropy.robustlog
-
scipy.maxentropy.robustlog(x)
- Returns log(x) if x > 0, the complex log cmath.log(x) if x < 0,
or float(‘-inf’) if x == 0.