Scalax
|
|
scalax/data/Implicits.scala
]
implicit
object
DoubleProps
extends
Ord[Double] with
MonoidWithPlus[Double]Method Summary | |
def
|
eq (a : Double, b : Double) : Boolean |
def
|
lt (a : Double, b : Double) : Boolean |
def
|
plus (a : Double, b : Double) : Double |
def
|
zero : Double |
Methods inherited from Ord | |
ne, le, ge, gt |
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 |
Scalax
|
|