java.lang.Object
swim.math.Precision
- All Implemented Interfaces:
Debug
-
Method Summary
Modifier and TypeMethodDescriptionintbits()intbytes()<T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.booleanstatic Precisionf16()static Precisionf32()static Precisionf64()form()static PrecisionfromBits(int bits) inthashCode()booleanbooleanisDouble()booleanisHalf()booleanisSingle()toString()toValue()static Precision
-
Method Details
-
isDefined
public boolean isDefined() -
isHalf
public boolean isHalf() -
isSingle
public boolean isSingle() -
isDouble
public boolean isDouble() -
bits
public int bits() -
bytes
public int bytes() -
min
-
max
-
toValue
-
equals
-
hashCode
public int hashCode() -
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput. -
toString
-
undefined
-
f16
-
f32
-
f64
-
fromBits
-
form
-