Up

Module Infix

Signature

val (-) : t -> t -> t
val (+) : t -> t -> t

( / ) t mul scales t by 1/mul

val (/) : t -> float -> t

( / ) t mul scales t by 1/mul

val (//) : t -> t -> float

( // ) t1 t2 returns the ratio of t1 to t2