MathTop

ifactor 函数

返回整数的素因数分解。

语法

  • ifactor(n)

参数与选项

n要分解的整数。

示例

  1. 整数因数分解ifactor(360)返回 2^3 * 3^2 * 5。