FractionalOps

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

Attributes

Graph
Supertypes
class Fractional.this.NumericOps
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def /(rhs: Fractional.this.T): Fractional.this.T

Inherited methods

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
NumericOps

Attributes

Inherited from:
NumericOps
def toFloat: Float

Attributes

Inherited from:
NumericOps
def toInt: Int

Attributes

Inherited from:
NumericOps
def toLong: Long

Attributes

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

Attributes

Inherited from:
NumericOps

Deprecated and Inherited methods

def signum: Int

Attributes

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