BigDecimalRootRefinement

Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

sealed abstract
sealed abstract
case
class Bounded(lowerBound: BigDecimal, lowerBoundValue: BigDecimal, upperBound: BigDecimal, upperBoundValue: BigDecimal, n: Int) extends Approximation
case
class BoundedLeft(lowerBound: Rational, upperBound: BigDecimal) extends Approximation
case
class BoundedRight(lowerBound: BigDecimal, upperBound: Rational) extends Approximation
case
class ExactRoot(root: BigDecimal) extends Approximation
case
class Unbounded(lowerBound: Rational, upperBound: Rational) extends Approximation

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

def apply(poly: Polynomial[BigDecimal], lowerBound: Rational, upperBound: Rational): BigDecimalRootRefinement
def apply(poly: Polynomial[BigDecimal], lowerBound: Rational, upperBound: Rational, scale: Int): BigDecimalRootRefinement
def apply(poly: Polynomial[BigDecimal], lowerBound: Rational, upperBound: Rational, mc: MathContext): BigDecimalRootRefinement