QuaternionDoubleIsFractional

io.github.edadma.numbers.QuaternionDoubleIsFractional
See theQuaternionDoubleIsFractional companion object

Attributes

Companion
object
Graph
Supertypes
trait Fractional[QuaternionDouble]
trait Numeric[QuaternionDouble]
trait Ordering[QuaternionDouble]
trait PartialOrdering[QuaternionDouble]
trait Equiv[QuaternionDouble]
trait Serializable
trait Comparator[QuaternionDouble]
class Object
trait Matchable
class Any
Show all
Known subtypes

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
override def equiv(x: QuaternionDouble, y: QuaternionDouble): Boolean

Attributes

Definition Classes
Ordering -> PartialOrdering -> Equiv
Inherited from:
Ordering
override def gt(x: QuaternionDouble, y: QuaternionDouble): Boolean

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering

Attributes

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

Attributes

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

Attributes

Inherited from:
Ordering
override def reverse: Ordering[QuaternionDouble]

Attributes

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

Attributes

Inherited from:
Comparator

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Comparator

Attributes

Inherited from:
Ordering

Attributes

Inherited from:
Numeric

Deprecated and Inherited methods

def signum(x: QuaternionDouble): Int

Attributes

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

Implicits

Inherited implicits

implicit override def mkNumericOps(lhs: QuaternionDouble): FractionalOps

Attributes

Definition Classes
Fractional -> Numeric
Inherited from:
Fractional

Attributes

Inherited from:
Ordering