real

object real
Source:
real.scala
class Object
trait Matchable
class Any
real.type

Extensions

Extensions

extension (vl: Real)
transparent inline def *[VR, UR](qr: Quantity[VR, UR])(using mul: Mul[Real, 1, VR, UR]): Quantity[VO, UO]
Source:
real.scala
transparent inline def /[VR, UR](qr: Quantity[VR, UR])(using div: Div[Real, 1, VR, UR]): Quantity[VO, UO]
Source:
real.scala