spire.math

FpFilterExact

final class FpFilterExact[A] extends AnyVal

Linear Supertypes
AnyVal, NotNull, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FpFilterExact
  2. AnyVal
  3. NotNull
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FpFilterExact(value: Double)

Value Members

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

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

    Definition Classes
    Any
  3. def *(rhs: FpFilter[A])(implicit ev: Field[A]): FpFilter[A]

    Annotations
    @macroImpl( ... )
  4. def +(rhs: FpFilter[A])(implicit ev: Field[A]): FpFilter[A]

    Annotations
    @macroImpl( ... )
  5. def -(rhs: FpFilter[A])(implicit ev: Field[A]): FpFilter[A]

    Annotations
    @macroImpl( ... )
  6. def /(rhs: FpFilter[A])(implicit ev: Field[A]): FpFilter[A]

    Annotations
    @macroImpl( ... )
  7. def <(rhs: FpFilter[A])(implicit ev0: Signed[A], ev1: Rng[A]): Boolean

    Annotations
    @macroImpl( ... )
  8. def <=(rhs: FpFilter[A])(implicit ev0: Signed[A], ev1: Rng[A]): Boolean

    Annotations
    @macroImpl( ... )
  9. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  10. def ===(rhs: FpFilter[A])(implicit ev0: Signed[A], ev1: Rng[A]): Boolean

    Annotations
    @macroImpl( ... )
  11. def >(rhs: FpFilter[A])(implicit ev0: Signed[A], ev1: Rng[A]): Boolean

    Annotations
    @macroImpl( ... )
  12. def >=(rhs: FpFilter[A])(implicit ev0: Signed[A], ev1: Rng[A]): Boolean

    Annotations
    @macroImpl( ... )
  13. def abs(implicit ev: Signed[A]): FpFilter[A]

    Annotations
    @macroImpl( ... )
  14. final def asInstanceOf[T0]: T0

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

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

    Definition Classes
    Any
  17. def sqrt(implicit ev: NRoot[A]): FpFilter[A]

    Annotations
    @macroImpl( ... )
  18. def toString(): String

    Definition Classes
    Any
  19. def unary_-: FpFilterExact[A]

  20. val value: Double

Inherited from AnyVal

Inherited from NotNull

Inherited from Any

Ungrouped