diff --git a/src/core/CCFloat.mli b/src/core/CCFloat.mli index 757da1ff..c3b2e532 100644 --- a/src/core/CCFloat.mli +++ b/src/core/CCFloat.mli @@ -74,6 +74,7 @@ val fsign : t -> t val round : t -> t (** [round f] returns the closest integer value, either above or below. + For [n + 0.5], [round] returns [n]. @since 0.20 *) exception TrapNaN of string