Module Float.Rounding

Constants for float rounding.

type t =
  1. | Nearest
  2. | Negative_infinity
  3. | Positive_infinity
  4. | Zero
  5. | Current