fieldFloat

trait Field[Float]
trait Ring[Float]
trait Serializable
class Object
trait Matchable
class Any

Value members

Concrete methods

def !=(a: Float, b: Float): Boolean
def %(a: Float, b: Float): Float
def *(a: Float, b: Float): Float
def +(a: Float, b: Float): Float
def -(a: Float, b: Float): Float
def /(a: Float, b: Float): Float
def ==(a: Float, b: Float): Boolean
override def close(a: Float, b: Float, tolerance: Double): Boolean
Definition Classes
def one: Float
def pow(a: Float, b: Float): Float
def zero: Float

Inherited methods

Inherited from:
Field
def negate(s: Float): Float
Inherited from:
Ring
def sNorm(a: Float): Double
Inherited from:
Ring

Implicits

Implicits

implicit val normImpl: Impl[Float, Double]