scala.Numeric

trait FloatIsFractional

[source: scala/Numeric.scala]

trait FloatIsFractional
extends Fractional[Float]
Direct Known Subclasses:
Numeric.FloatIsFractional

Method Summary
def div (x : Float, y : Float) : Float
def fromInt (x : Int) : Float
def minus (x : Float, y : Float) : Float
def negate (x : Float) : Float
def plus (x : Float, y : Float) : Float
def times (x : Float, y : Float) : Float
def toDouble (x : Float) : Double
def toFloat (x : Float) : Float
def toInt (x : Float) : Int
def toLong (x : Float) : Long
Methods inherited from Fractional
mkNumericOps
Methods inherited from Numeric
zero, one, abs, signum
Methods inherited from Ordering
compare (abstract), lteq, gteq, lt, gt, equiv, max, min, reverse, mkOrderingOps
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def plus(x : Float, y : Float) : Float

def minus(x : Float, y : Float) : Float

def times(x : Float, y : Float) : Float

def div(x : Float, y : Float) : Float
Overrides
Fractional.div

def negate(x : Float) : Float

def fromInt(x : Int) : Float

def toInt(x : Float) : Int

def toLong(x : Float) : Long

def toFloat(x : Float) : Float

def toDouble(x : Float) : Double