get_constant
Retrieve any astrodynamics constant from the Brahe library by providing its name. Supports case-insensitive lookup for constants like R_EARTH or gm_earth.
Instructions
Get a single brahe constant by name (case-insensitive).
Args: name: The constant name, e.g. "R_EARTH" or "gm_earth".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes |