approximately_equal
Compare floating-point numbers with tolerance to handle precision issues in mathematical calculations.
Instructions
Check if two floating-point numbers are approximately equal within a tolerance. Handles floating-point precision issues. (Domain: arithmetic, Category: comparison)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | ||
| b | Yes | ||
| tolerance | No |