Percentage
percentageCompute the exact percentage of a part relative to a total, evaluating rational expressions precisely.
Instructions
Exact share and percentage of PART / TOTAL. Use calc_exact for a single arithmetic expression, or compare_threshold to check the result against a threshold rather than just compute it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| part | Yes | Numerator expression (rationals accepted), evaluated exactly | |
| total | Yes | Denominator expression (rationals accepted), evaluated exactly |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||