TruncatingPower

@implicitNotFound("Truncating power not defined for value type ${V}")
abstract class TruncatingPower[V]
class Object
trait Matchable
class Any

Value members

Abstract methods

def tpow(v: V, e: Double): V

returns v^e, truncated to integer value (toward zero)

returns v^e, truncated to integer value (toward zero)

Source:
algebra.scala