Raymond Toy pushed to branch issue-298-with-float-rounding-mode at cmucl / cmucl
Commits:
-
07a1669b
by Raymond Toy at 2024-04-08T06:05:43-07:00
1 changed file:
Changes:
... | ... | @@ -4871,20 +4871,23 @@ msgstr "" |
4871 | 4871 | #: src/code/float-trap.lisp
|
4872 | 4872 | msgid ""
|
4873 | 4873 | "Execute BODY with the floating-point rounding mode set to\n"
|
4874 | -" ROUNDING-MODE. ROUNDING-MODE must a one of\n"
|
|
4874 | +" ROUNDING-MODE. ROUNDING-MODE must be a one:\n"
|
|
4875 | 4875 | "\n"
|
4876 | -" :NEAREST\n"
|
|
4877 | -" the default mode of round to nearest even\n"
|
|
4878 | -" :ZERO\n"
|
|
4876 | +" :NEAREST\n"
|
|
4877 | +" the default mode of round to nearest even.\n"
|
|
4878 | +" :ZERO\n"
|
|
4879 | 4879 | " round numbers down towards zero. Positive numbers round down\n"
|
4880 | 4880 | " and negative numbers round up.\n"
|
4881 | -" :POSITIVE-INFINITY\n"
|
|
4882 | -" round numbers up towards positive infinity\n"
|
|
4883 | -" :NEGATIVE-INFINITY\n"
|
|
4884 | -" round numbers down towards negative infinity\n"
|
|
4881 | +" :POSITIVE-INFINITY\n"
|
|
4882 | +" round numbers up towards positive infinity.\n"
|
|
4883 | +" :NEGATIVE-INFINITY\n"
|
|
4884 | +" round numbers down towards negative infinity.\n"
|
|
4885 | +"\n"
|
|
4886 | +" These are the same as the possible values for the rounding mode in\n"
|
|
4887 | +" SET-FLOATING-POINT-MODES.\n"
|
|
4885 | 4888 | "\n"
|
4886 | 4889 | " Only the rounding mode is restored on exit; other floating-point\n"
|
4887 | -" modes are not modified. "
|
|
4890 | +" modes are not modified."
|
|
4888 | 4891 | msgstr ""
|
4889 | 4892 | |
4890 | 4893 | #: src/code/float.lisp
|