P41

ninetynine.P41
object P41

P41 - a list of Goldbach compositions.

Attributes

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

Members list

Value members

Concrete methods

def goldbachList(r: Range): List[(Int, Int)]

Attributes

Returns

a list of Goldbach compositions

def goldbachListLimited(r: Range, limit: Int): List[(Int, Int)]

Attributes

Returns

a list of Goldbach compositions with the first element of the pair greater than limit

Concrete fields

val logger: Logger