It also works with fractional and negative powers. For instance, we can write: const a = Math.pow(2, 0.5);. and get that a is 1.4142135623730951 ...
確定! 回上一頁