nth_root
Compute the nth root of a number by providing the radicand and root index. Solves root calculations directly with accurate results.
Instructions
Calculate the nth root of a number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | ||
| number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |