Identify constant (closed form)
identify_constantIdentify a real number's closed form by providing many decimal digits. Uses PSLQ and re-evaluates candidates to 50+ digits for airtight results.
Instructions
Identify a real number's closed form, airtight: PSLQ + closed-form search, every candidate independently re-evaluated to 50+ digits, honest UNIDENTIFIED otherwise. Use when you have a numeric constant and want to know what it IS. Args: value (decimal string — give MANY digits, >16), optional basis (constant names like ['pi','e']).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| basis | No | optional constant basis, e.g. ["pi","e","catalan"] | |
| value | Yes | the real value as a decimal string (give many digits, >16) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| best | Yes | best verified candidate {expr, display, digits_agreed, provenance}, or null if honest UNIDENTIFIED | |
| note | No | ||
| basis | No | ||
| query | Yes | ||
| candidates | Yes | ||
| identified | Yes | ||
| unidentified_reason | No |