📜  math.pow 与 math.exp - Javascript 代码示例
📅  最后修改于: 2022-03-11 15:02:22.455000             🧑  作者: Mango
代码示例1
Math. Pow computes x y for some x and y. Math. Exp computes e x for some x, where e is Euler's number.