nds_get_constant
Retrieve a specific CODATA fundamental constant by name to get its value, with optional case-sensitive matching. Ideal for quick physical constant lookups.
Instructions
Get one CODATA fundamental constant by name (case-insensitive by default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | CODATA constant name (e.g. "Planck constant", "speed of light in vacuum") | |
| case_sensitive | Yes | Whether to require exact case-sensitive name matching |