IntMath

object IntMath
class Object
trait Matchable
class Any
IntMath.type

Value members

Concrete methods

def ipow(base: Int, exp: Int): Int

Computes base to the exp'th power for Ints by repeated squaring.

Computes base to the exp'th power for Ints by repeated squaring.

def ipow(base: Long, exp: Long): Long

Computes base to the exp'th power for Longs by repeated squaring.

Computes base to the exp'th power for Longs by repeated squaring.