SciPy

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

scipy.constants.precision

scipy.constants.precision(key)[source]

Relative precision in physical_constants indexed by key

Parameters
keyPython string or unicode

Key in dictionary physical_constants

Returns
precfloat

Relative precision in physical_constants corresponding to key

Examples

>>>
>>> from scipy import constants
>>> constants.precision(u'proton mass')
5.1e-37

Previous topic

scipy.constants.unit

Next topic

scipy.constants.find