根号运算 正常
简便的根号运算
请求参数
-
degree
类型:int
必填:是
说明:次数
-
radicand
类型:int
必填:是
说明:被开根数
请求示例
https://www.cunyuapi.top/nth_root?degree=2&radicand=25
返回示例
{
"answer": 5.0
}
简便的根号运算
类型:int
必填:是
说明:次数
类型:int
必填:是
说明:被开根数
https://www.cunyuapi.top/nth_root?degree=2&radicand=25
{
"answer": 5.0
}