is_finite
Check if a number is finite to determine whether it's a valid, non-infinite numeric value for mathematical calculations.
Instructions
Check if a number is finite (not infinite and not NaN). (Domain: arithmetic, Category: comparison)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes |