verify_hyperbolic_identity
Verify the hyperbolic identity cosh²(x) - sinh²(x) = 1 by checking if the equation holds true within a specified tolerance for any given input value x.
Instructions
Verify hyperbolic identity: cosh²(x) - sinh²(x) = 1. (Domain: trigonometry, Category: hyperbolic)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | ||
| tolerance | No |