We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4774eaf commit 37c6dbaCopy full SHA for 37c6dba
src/tests/units/decimal-test.r3
@@ -64,6 +64,11 @@ Rebol [
64
--assert 2.0 = round/half-ceiling 1.5
65
--assert -1.0 = round/half-ceiling -1.5
66
67
+ --test-- "round/even/to"
68
+ ;@@ https://github.com/Oldes/Rebol-issues/issues/2324
69
+ --assert 2 = round/even/to 1.555555 1
70
+ --assert "1.55556" = mold round/even/to 1.555555 1E-5
71
+
72
===end-group===
73
74
===start-group=== "to-degrees & to-radians"
0 commit comments