get_constant
Retrieve physical and mathematical constants (e.g., SpeedOfLight, Pi) with values, units, and numeric approximations.
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 |