P33

ninetynine.P33
object P33

P33 - determine whether two positive integer numbers are coprime.

Attributes

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

Members list

Value members

Concrete methods

def isCoprimeTo(a: Int, b: Int): Boolean

Attributes

Returns

true if the two numbers are coprime.

Concrete fields

val logger: Logger