StaticMethods

algebra.instances.StaticMethods$

Attributes

Source:
StaticMethods.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

final def pow(base: Long, exponent: Long): Long

Exponentiation function, e.g. x^y

Exponentiation function, e.g. x^y

If base^ex doesn't fit in a Long, the result will overflow (unlike Math.pow which will return +/- Infinity).

Attributes

Source:
StaticMethods.scala