double

object double
class Object
trait Matchable
class Any
double.type

Extensions

Extensions

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