radarx.fundamentals.constants.DBZ_TO_Z_FACTOR#

radarx.fundamentals.constants.DBZ_TO_Z_FACTOR = np.float64(0.23025850929940458)#

Double-precision floating-point number type, compatible with Python float and C double.

Character code:

'd'

Canonical name:

numpy.double

Alias on this platform (Linux x86_64):

numpy.float64: 64-bit precision floating-point number type: sign bit, 11 bits exponent, 52 bits mantissa.