我知道我可以在 bash 中得到一个数字的平方根,如下所示:
sqrt ( $aux )" | bc
但是,我可以在 bash 脚本中获得浮点数的第 N 个根吗?
bash shell scripting
bash ×1
scripting ×1
shell ×1