Package

euler.problem

problem58

Permalink

package problem58

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. problem58
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. final case class Fraction(a: BigInt, b: BigInt) extends Product with Serializable

    Permalink
  2. final case class Ring(index: Int, corners: Seq[Int]) extends Product with Serializable

    Permalink

Value Members

  1. def answer: Int

    Permalink
  2. val center: Ring

    Permalink
  3. lazy val rings: Stream[Ring]

    Permalink
  4. lazy val runningFraction: Stream[(Ring, Fraction)]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped