FractionalOps

scala.math.Fractional.FractionalOps
class FractionalOps(lhs: T) extends NumericOps

Attributes

Source
Fractional.scala
Graph
Supertypes
class NumericOps
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def /(rhs: T): T

Attributes

Source
Fractional.scala

Inherited methods

def *(rhs: T): Numeric.this.T

Attributes

Inherited from:
NumericOps
Source
Numeric.scala
def +(rhs: T): Numeric.this.T

Attributes

Inherited from:
NumericOps
Source
Numeric.scala
def -(rhs: T): Numeric.this.T

Attributes

Inherited from:
NumericOps
Source
Numeric.scala
def abs: Numeric.this.T

Attributes

Inherited from:
NumericOps
Source
Numeric.scala
def sign: Numeric.this.T

Attributes

Inherited from:
NumericOps
Source
Numeric.scala

Attributes

Inherited from:
NumericOps
Source
Numeric.scala
def toFloat: Float

Attributes

Inherited from:
NumericOps
Source
Numeric.scala
def toInt: Int

Attributes

Inherited from:
NumericOps
Source
Numeric.scala
def toLong: Long

Attributes

Inherited from:
NumericOps
Source
Numeric.scala
def unary_-: Numeric.this.T

Attributes

Inherited from:
NumericOps
Source
Numeric.scala

Deprecated and Inherited methods

def signum: Int

Attributes

Deprecated
[Since version 2.13.0]
Inherited from:
NumericOps
Source
Numeric.scala