P36

ninetynine.P36
object P36

P36 - determine the prime factors of a given positive integer (2).

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
P36.type

Members list

Value members

Concrete methods

def primeFactorMultiplicity(n: Int): List[(Int, Int)]

Attributes

Returns

a list of tuples containing prime factors and their multiplicity.

Concrete fields

val logger: Logger