formula_constants
List physical constants from SciPy CODATA 2018, including values, units, and uncertainty. Search by keyword or filter by category such as fundamental, electromagnetic, atomic, or conversion.
Instructions
列出物理常數
從 SciPy CODATA 2018 獲取物理常數。
Args:
category: 分類
- "fundamental": 基本常數(c, h, G)
- "electromagnetic": 電磁常數
- "atomic": 原子常數
- "conversion": 換算因子
query: 搜尋關鍵字(可選)
Returns:
物理常數列表(含數值、單位、不確定度)
Example:
# 列出所有基本常數
formula_constants(category="fundamental")
# 搜尋電子相關常數
formula_constants(query="electron")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | ||
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||