Companion
Functions
Link copied to clipboard
Link copied to clipboard
fun compareDoubleAndInteger(aDouble: Double, anInteger: A_Number): AbstractNumberDescriptor.Order
Content copied to clipboard
Link copied to clipboard
fun compareDoubles(double1: Double, double2: Double): AbstractNumberDescriptor.Order
Content copied to clipboard
Compare two Java double-precision floating point numbers.
Link copied to clipboard
Answer the Avail object representing java.lang.Double.NEGATIVE_INFINITY.
Link copied to clipboard
Answer the Avail object representing java.lang.Double.NaN.
Link copied to clipboard
Answer the Avail object representing java.lang.Double.POSITIVE_INFINITY.
Link copied to clipboard
Given a double, produce the extended integer that is nearest it but rounding toward zero. Double infinities are converted to extended integer infinities. Do not call with a NaN value.
Link copied to clipboard
Answer the Avail object representing 0.0d.
Link copied to clipboard
Construct an Avail double-precision floating point object from the passed double. Do not answer an existing object.
Link copied to clipboard
Link copied to clipboard