scipy.special.errprint

scipy.special.errprint(flag=None)[source]

Sets or returns the error printing flag for special functions.

Parameters :

flag : 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.round

Next topic

scipy.special.airy