Companion
Functions
Link copied to clipboard
fun createSmallInterval( newStart: Int, newEnd: Int, delta: Long): A_Tuple
Content copied to clipboard
Create a new interval according to the parameters.
Link copied to clipboard
fun isSmallIntervalCandidate( newStart: A_Number, newEnd: A_Number, delta: A_Number): Boolean
Content copied to clipboard
Evaluates whether the supplied parameters for an integer interval tuple are small enough that the small integer interval tuple representation can be used.