is_normal
Check if a number is finite, non-zero, and not subnormal to validate normal numeric values for mathematical operations.
Instructions
Check if a number is normal (finite, non-zero, and not subnormal). (Domain: arithmetic, Category: comparison)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes |