Skip to content
Snippets Groups Projects
Commit 383cba45 authored by Felix Fischer's avatar Felix Fischer :shrimp:
Browse files

Add stubs file for constants

parent 6775cd63
No related branches found
No related tags found
1 merge request!52Constants
Pipeline #1142989 failed
#!/usr/bin/env python3
"""
Stub file for sciypy-constants.
"""
pi: float
golden: float
golden_ratio: float
N_A: float
Avogadro: float
Boltzmann: float
gas_constant: float
value(key: str) -> float: ...
unit(key: str) -> str: ...
precision(key: str) -> float: ...
physical_constants: dict[str, tuple[float, str, float]]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment