package hardcaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

various different rounding modes

type t
val neg_infinity : t
val pos_infinity : t
val to_zero : t
val away_from_zero : t
val tie_to_neg_infinity : t
val tie_to_pos_infinity : t
val tie_to_zero : t
val tie_away_from_zero : t
val tie_to_nearest_even : t
val tie_to_nearest_odd : t
val generic : B.t -> t
val eval : t -> Base.Int.t -> B.t -> B.t