Float16

esexpr.Float16Type.Float16
object Float16

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Float16.type

Members list

Value members

Concrete methods

def shortBitsToFloat16(bits: Short): Float16

Givens

Extensions

Extensions

extension (a: Float16)
def *(b: Float16): Float16
def +(b: Float16): Float16
def -(b: Float16): Float16
def /(b: Float16): Float16
def <(b: Float16): Boolean
def <=(b: Float16): Boolean
def >(b: Float16): Boolean
def >=(b: Float16): Boolean
def compare(b: Float16): Int
def isNaN: Boolean
def isNegInfinity: Boolean
def isPosInfinity: Boolean
def toDouble: Double
def toFloat: Float