""" Statistics-related constants.
"""
# The smallest representable positive number such that 1.0 + _EPS != 1.0.
# The largest [in magnitude] usable floating value.
# The log of the largest usable floating value; useful for knowing # when exp(something) will overflow
# The smallest [in magnitude] usable floating value.
# -special.psi(1)
# special.zeta(3, 1) Apery's constant |