Skip to content

Commit aa4a0db

Browse files
christinerosepanglesd
authored andcommitted
correcting my error of changing "significand"
1 parent 45fd124 commit aa4a0db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/odoc.mld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Text inside doc comments (delimited by [(** ... *)]) is marked up in
1313

1414
{[
1515
val float_dsig : int -> float t
16-
(** [float_dsig d] rounds the normalised {e decimal} significant
16+
(** [float_dsig d] rounds the normalised {e decimal} significand
1717
of the float to the [d]th decimal fractional digit and formats
1818
the result with ["%g"]. Ties are rounded towards positive
1919
infinity. The result is NaN on infinities and only defined for

0 commit comments

Comments
 (0)