arctan
Compute the angle in radians whose tangent equals a given number. For multiple or chained calculations, use batch_calc to run steps in one call.
Instructions
Calculates the arctangent (in radians) of a number. For several operations or chained steps in one call, use batch_calc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | Yes | The number to find the arctangent of |