complexDoubleIsFractional

io.github.edadma.numbers.ComplexDoubleIsFractional.complexDoubleIsFractional

Attributes

Graph
Supertypes
trait Fractional[ComplexDouble]
trait Numeric[ComplexDouble]
trait Ordering[ComplexDouble]
trait PartialOrdering[ComplexDouble]
trait Equiv[ComplexDouble]
trait Serializable
trait Comparator[ComplexDouble]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Inherited classlikes

class FractionalOps(lhs: T)

Attributes

Inherited from:
Fractional
Supertypes
class NumericOps
class Object
trait Matchable
class Any
class NumericOps(lhs: T)

Attributes

Inherited from:
Numeric
Supertypes
class Object
trait Matchable
class Any
class OrderingOps(lhs: T)

Attributes

Inherited from:
Ordering
Supertypes
class Object
trait Matchable
class Any

Value members

Inherited methods

Attributes

Inherited from:
Numeric

Attributes

Inherited from:
ComplexDoubleIsFractional

Attributes

Inherited from:
ComplexDoubleIsFractional
override def equiv(x: ComplexDouble, y: ComplexDouble): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering -> Equiv
Inherited from:
Ordering
def fromInt(x: Int): ComplexDouble

Attributes

Inherited from:
ComplexDoubleIsFractional
override def gt(x: ComplexDouble, y: ComplexDouble): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
override def gteq(x: ComplexDouble, y: ComplexDouble): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def isReverseOf(other: Ordering[_]): Boolean

Attributes

Inherited from:
Ordering
override def lt(x: ComplexDouble, y: ComplexDouble): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
override def lteq(x: ComplexDouble, y: ComplexDouble): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def max[U <: ComplexDouble](x: U, y: U): U

Attributes

Inherited from:
Ordering
def min[U <: ComplexDouble](x: U, y: U): U

Attributes

Inherited from:
Ordering

Attributes

Inherited from:
ComplexDoubleIsFractional

Attributes

Inherited from:
ComplexDoubleIsFractional
def on[U](f: U => ComplexDouble): Ordering[U]

Attributes

Inherited from:
Ordering

Attributes

Inherited from:
Numeric
def orElse(other: Ordering[ComplexDouble]): Ordering[ComplexDouble]

Attributes

Inherited from:
Ordering
def orElseBy[S](f: ComplexDouble => S)(implicit ord: Ordering[S]): Ordering[ComplexDouble]

Attributes

Inherited from:
Ordering
def parseString(str: String): Option[ComplexDouble]

Attributes

Inherited from:
ComplexDoubleIsFractional

Attributes

Inherited from:
ComplexDoubleIsFractional
override def reverse: Ordering[ComplexDouble]

Attributes

Definition Classes
Ordering -> PartialOrdering
Inherited from:
Ordering
def reversed(): Comparator[ComplexDouble]

Attributes

Inherited from:
Comparator

Attributes

Inherited from:
Numeric
def thenComparing[U <: Comparable[_ >: U <: <FromJavaObject>]](x$0: Function[_ >: ComplexDouble <: <FromJavaObject>, _ <: U]): Comparator[ComplexDouble]

Attributes

Inherited from:
Comparator
def thenComparing[U <: <FromJavaObject>](x$0: Function[_ >: ComplexDouble <: <FromJavaObject>, _ <: U], x$1: Comparator[_ >: U <: <FromJavaObject>]): Comparator[ComplexDouble]

Attributes

Inherited from:
Comparator
def thenComparing(x$0: Comparator[_ >: ComplexDouble <: <FromJavaObject>]): Comparator[ComplexDouble]

Attributes

Inherited from:
Comparator
def thenComparingDouble(x$0: ToDoubleFunction[_ >: ComplexDouble <: <FromJavaObject>]): Comparator[ComplexDouble]

Attributes

Inherited from:
Comparator
def thenComparingInt(x$0: ToIntFunction[_ >: ComplexDouble <: <FromJavaObject>]): Comparator[ComplexDouble]

Attributes

Inherited from:
Comparator
def thenComparingLong(x$0: ToLongFunction[_ >: ComplexDouble <: <FromJavaObject>]): Comparator[ComplexDouble]

Attributes

Inherited from:
Comparator

Attributes

Inherited from:
ComplexDoubleIsFractional
def toDouble(x: ComplexDouble): Double

Attributes

Inherited from:
ComplexDoubleIsFractional
def toFloat(x: ComplexDouble): Float

Attributes

Inherited from:
ComplexDoubleIsFractional
def toInt(x: ComplexDouble): Int

Attributes

Inherited from:
ComplexDoubleIsFractional
def toLong(x: ComplexDouble): Long

Attributes

Inherited from:
ComplexDoubleIsFractional
def tryCompare(x: ComplexDouble, y: ComplexDouble): Some[Int]

Attributes

Inherited from:
Ordering

Attributes

Inherited from:
Numeric

Deprecated and Inherited methods

def signum(x: ComplexDouble): Int

Attributes

Deprecated
[Since version 2.13.0] use `sign` method instead
Inherited from:
Numeric

Implicits

Inherited implicits

implicit override def mkNumericOps(lhs: ComplexDouble): FractionalOps

Attributes

Definition Classes
Fractional -> Numeric
Inherited from:
Fractional

Attributes

Inherited from:
Ordering