SciPy

This is documentation for an old release of SciPy (version 0.13.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.special.errprint

scipy.special.errprint(inflag=None)

Sets or returns the error printing flag for special functions.

Parameters :

inflag : bool, optional

Whether warnings concerning evaluation of special functions in scipy.special are shown. If omitted, no change is made to the current setting.

Returns :

old_flag

Previous value of the error flag

Previous topic

scipy.special.xlog1py

Next topic

scipy.special.airy