ComplexBigInt

io.github.edadma.numbers.ComplexBigInt
See theComplexBigInt companion class
object ComplexBigInt

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply(re: BigInt, im: BigInt): ComplexBigInt
def apply(a: BigInt): ComplexBigInt

Concrete fields

Implicits

Implicits

implicit def bigint2complex(a: BigInt): ComplexBigInt
implicit def int2complex(a: Int): ComplexBigInt