schrodinger.math

Type members

Classlikes

sealed abstract class Bound
Companion:
object
object Bound
Companion:
class
final case class Interval[+L <: Bound, +U <: Bound](lower: L, upper: U)
Companion:
object
object Interval
Companion:
class
object LogDouble
final case class UInt128(hi: Long, lo: Long)
Companion:
object
object UInt128
Companion:
class
object syntax

Types

type CommutativeSemifield[A] = CommutativeRig[A] & MultiplicativeCommutativeGroup[A]
opaque type LogDouble
type Semifield[A] = Rig[A] & MultiplicativeGroup[A]