×

存雨 API

根号运算 正常

简便的根号运算

GET
/nth_root

请求参数

  • degree

    类型:int

    必填:

    说明:次数

  • radicand

    类型:int

    必填:

    说明:被开根数

请求示例

https://www.cunyuapi.top/nth_root?degree=2&radicand=25

返回示例

{
  "answer": 5.0
}