Package

euler.problem

problem44

Permalink

package problem44

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

Type Members

  1. final case class Pentagonal(n: Int, p: Long) extends Product with Serializable

    Permalink
  2. final case class Polynomial(coeffs: List[Long]) extends Product with Serializable

    Permalink

Value Members

  1. def answer: Long

    Permalink
  2. def isPentagonal(p: Long): Boolean

    Permalink
  3. def pentagonal(n: Long): Long

    Permalink
  4. lazy val pentagonals: Stream[Pentagonal]

    Permalink
  5. lazy val sumCandidates: Stream[(Pentagonal, Pentagonal)]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped