开源使用者
标签
python中开n次方根
2023-01-31 03:01:17
python
方根
利用pow(a, b)函数即可。需要开a的r次方则pow(a, 1/r)。
相关文章