Interval_base.DIRECTED
Interface for up and down roundings.
val zero : t
The neutral element for addition.
val one : t
The neutral element for multiplication.
val pi : t
Upper/lower bound on π.
val two_pi : t
Upper/lower bound on 2π.
val half_pi : t
Upper/lower bound on π/2.
val euler : t
Upper/lower bound on Euler's constant.
val float : int -> t
When t = float
, the float function is exact on 32 bits machine but not on 64 bits machine with ints larger than 53 bits.
dist x y
return the distance between x
and y
(i.e., |x-y|) rounded up or down according to the module.