Companion
Functions
Link copied to clipboard
Answer the Avail object representing java.lang.Float.NEGATIVE_INFINITY.
Link copied to clipboard
Answer the Avail object representing Float#NaN.
Link copied to clipboard
Answer the Avail object representing java.lang.Float.POSITIVE_INFINITY.
Link copied to clipboard
fun fromFloatRecycling( aFloat: Float, recyclable1: A_Number, canDestroy: Boolean): A_Number
Content copied to clipboard
Construct an Avail boxed floating point object from the passed float.
Link copied to clipboard