CrlibmBinding to CRlibm, a library of proved correctly-rounded mathematical functions.
Version: 0.5.1
module type S = sig ... endCommon functions to the four rounding modules below.
include Sexpm1 x returns exp x -. 1. in a way that is accurate even for values of x near zero.
log1p x returns log(x +. 1.) in a way that is accurate even for values of x near zero.
pow x y computes x to the power y. Beware that this is not proved to be correctly rounded for all inputs.
module Low = RoundDownmodule High = RoundUpmodule RoundToZero : Smodule Zero = RoundToZero