The pow(x, y) function returns x to the power of y. If a third argument z is specified, pow(x, y, z) function returns x to the power of y, modulus z.
確定! 回上一頁