SciPy

This is documentation for an old release of SciPy (version 1.3.0). 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')
1.2555138746605121e-08

Previous topic

scipy.constants.unit

Next topic

scipy.constants.find