Companion

object Companion

Functions

Link copied to clipboard
fun createSmallInterval(    newStart: Int,     newEnd: Int,     delta: Long): A_Tuple

Create a new interval according to the parameters.

Link copied to clipboard
fun isSmallIntervalCandidate(    newStart: A_Number,     newEnd: A_Number,     delta: A_Number): Boolean

Evaluates whether the supplied parameters for an integer interval tuple are small enough that the small integer interval tuple representation can be used.