Skip to content

Commit

Permalink
dragonbox: change default rounding to match burger-dybvig
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Jul 1, 2024
1 parent ef19b4a commit 91599c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/dragonbox/implementation.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
:toward-zero)))
(:default-initargs
:decimal-binary-rounding :to-even
:binary-decimal-rounding :to-even))
:binary-decimal-rounding :away-from-zero))

(defmethod initialize-instance :after
((client nearest-client) &key decimal-binary-rounding binary-decimal-rounding)
Expand Down

0 comments on commit 91599c5

Please sign in to comment.