📜  立方根 javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:19.032000             🧑  作者: Mango

代码示例1
let x = 8;
Math.cbrt(x);
// output = 2;