IntFunctions2

Less common functions for Int values.

Less common functions for Int values.

class Object
trait Matchable
class Any

Value members

Concrete methods

@inline
def absDif(a: Int, b: Int): Int
@inline
def cubed(a: Int): Long
@inline
def difSqr(a: Int, b: Int): Long
@inline
def roundTo(a: Int, b: Int): Int
@inline
def roundUpTo(a: Int, b: Int): Int
@inline
def sqrDif(a: Int, b: Int): Long
@inline
def sqrSum(a: Int, b: Int): Long
@inline
def sumSqr(a: Int, b: Int): Long
@inline
def trunc(a: Int, b: Int): Int