schrodinger.math.syntax

Members list

Concise view

Extensions

Extensions

extension [A](A: Rig[A])
def fromBigInt(n: BigInt): A

Attributes

Source:
syntax.scala
def fromInt(n: Int): A

Attributes

Source:
syntax.scala
extension [A](x: A)
def *(y: A)(using A: MultiplicativeSemigroup[A]): A

Attributes

Source:
syntax.scala
def +(y: A)(using A: AdditiveSemigroup[A]): A

Attributes

Source:
syntax.scala
def /(y: A)(using A: MultiplicativeGroup[A]): A

Attributes

Source:
syntax.scala
def reciprocal(using A: MultiplicativeGroup[A]): A

Attributes

Source:
syntax.scala