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

scipy.constants.find

scipy.constants.find(sub=None, disp=False)

Return list of codata.physical_constant keys containing a given string

Parameters :

sub : str, unicode

Sub-string to search keys for. By default, return all keys.

disp : bool

If True, print the keys that are found, and return None. Otherwise, return the list of keys without printing anything.

Returns :

keys : None or list

If disp is False, the list of keys is returned. Otherwise, None is returned.

See also

codata
Contains the description of physical_constants, which, as a dictionary literal object, does not itself possess a docstring.

Previous topic

scipy.constants.precision

Next topic

scipy.constants.C2K

This Page