get_constant
Retrieve physical or mathematical constants such as SpeedOfLight or Pi, returning value with units and numeric approximation.
Instructions
Get a physical or mathematical constant.
Args: name: Constant name (e.g., "SpeedOfLight", "PlanckConstant", "Pi", "EulerGamma", "GoldenRatio", "Avogadro")
Returns: Constant value with unit (if applicable) and numeric approximation
Example: get_constant("SpeedOfLight") -> {value: "299792458 m/s", numeric: "2.998e8"}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |