is_geometric
Check if a sequence has a constant ratio between consecutive terms to determine if it's geometric. Input an array of numbers with optional tolerance for floating-point precision.
Instructions
Check if a sequence is geometric (constant ratio between consecutive terms). (Domain: arithmetic, Category: general)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sequence | Yes | ||
| tolerance | No |