float

object float
class Object
trait Matchable
class Any
float.type

Givens

Givens

given ctx_add_Float_1U[U]: Add[Float, U, Float, U]
given ctx_add_Float_2U[UL, UR](using Conversion[Quantity[Float, UR], Quantity[Float, UL]]): Add[Float, UL, Float, UR]
given ctx_div_Float_2U[UL, UR](using su: SimplifiedUnit[UL / UR]): Div[Float, UL, Float, UR]
given ctx_mul_Float_2U[UL, UR](using su: SimplifiedUnit[UL * UR]): Mul[Float, UL, Float, UR]
given ctx_sub_Float_1U[U]: Sub[Float, U, Float, U]
given ctx_sub_Float_2U[UL, UR](using Conversion[Quantity[Float, UR], Quantity[Float, UL]]): Sub[Float, UL, Float, UR]