Scala Library
|
|
scala/math/Fractional.scala
]
class
FractionalOps(lhs : T)
extends
OpsMethod Summary | |
def
|
/ (rhs : T) : T |
Methods inherited from Ops | |
+, -, *, unary_-, abs, signum, toInt, toLong, toFloat, toDouble |
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 |
Scala Library
|
|