Count in factors: Difference between revisions

Content added Content deleted
Line 2,641: Line 2,641:
x
x
}
}
</lang>
count_in_factors=function(x){
count_in_factors=function(x){
primes=findfactors(x)
primes=findfactors(x)
Line 2,651: Line 2,650:
}
}
count_in_factors(72)
count_in_factors(72)
</lang>

{{out}}
{{out}}
<pre>
<pre>