root
Calculate the nth root of any number. Specify the number and optional integer n (default 2) to get the exact square, cube, or higher root instantly.
Instructions
Calculate the nth root of a number (开方).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No | ||
| number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |