Archived
1
0
Fork 0
This repository has been archived on 2024-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
akari-bot/modules/calc/constant.py
2023-01-19 16:55:12 +08:00

17 lines
825 B
Python

consts = {
'pi': '3.1415926535897932384626433832795028841971693993751',
'tansec': '4.8481368111333441675396429478852851658848753880815e-6',
'ln10': '2.3025850929940456840179914546843642076011014886288',
'wien_x': '4.9651142317442763036987591313228939440555849867973',
'wien_u': '2.8214393721220788934031913302944851953458817440731',
'eulers_number': '2.71828182845904523536028747135266249775724709369995',
'speed_of_light': '299792458',
'planck_constant': '6.62607015e-34',
'elementary_charge': '1.602176634e-19',
'avogadro_number': '6.02214076e23',
'boltzmann_constant': '1.380649e-23',
'standard_gravity': '9.80665 ** 2',
'standard_atmosphere': '1.01325e5',
'conventional_josephson_constant': '4.835979e14',
'conventional_von_klitzing_constant': '2.5812807e4',
}