ifactor(#) => #1 * #2 * ... * #n
Publié : sam. avr. 20, 2024 1:44 am
Hello
It is important to show the complete factorization of a number, so is there a possibility of obtaining the product of factors without powers?
ifactor(18) [enter] 2^1*3^2
ifactor(18, '*') [enter] '2*3*3'
It is important to show the complete factorization of a number, so is there a possibility of obtaining the product of factors without powers?
ifactor(18) [enter] 2^1*3^2
ifactor(18, '*') [enter] '2*3*3'