Class/Object

spire.math.Algebraic

BitBound

Related Docs: object BitBound | package Algebraic

Permalink

final class BitBound extends AnyVal

A bit bound represents either an upper or lower bound as some power of 2. Specifically, the bound is typically either 2^bitBound or 2^-bitBound.

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitBound
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BitBound(bitBound: Long)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. def *(rhs: Int): BitBound

    Permalink
  4. def *(that: BitBound): BitBound

    Permalink
  5. def +(rhs: Int): BitBound

    Permalink
  6. def +(that: BitBound): BitBound

    Permalink
  7. def -(rhs: Int): BitBound

    Permalink
  8. def -(that: BitBound): BitBound

    Permalink
  9. def /(rhs: Int): BitBound

    Permalink
  10. def /(that: BitBound): BitBound

    Permalink
  11. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. val bitBound: Long

    Permalink
  14. def decimalDigits: Long

    Permalink

    Returns the minimum number of absolute decimal digits required to represent this separation bound.

  15. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def min(that: BitBound): BitBound

    Permalink
  18. def toString(): String

    Permalink
    Definition Classes
    BitBound → Any
  19. def unary_-: BitBound

    Permalink

Inherited from AnyVal

Inherited from Any

Ungrouped