Packages

object Poly extends Serializable

The Poly companion object provides factory methods for the 'Poly' class.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Poly
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(x: String, c: Double*): Poly

    Create a polynomial from repeated doubles.

    Create a polynomial from repeated doubles.

    x

    the variable/indeterminate of the polynomial

    c

    the coefficients as a repeated double

  2. def apply(c: Double*): Poly

    Create a polynomial from repeated doubles.

    Create a polynomial from repeated doubles.

    c

    the coefficients as a repeated double