-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consider the effect of multiplication order on rounding errors.
Multiplication is performed first to prevent rounding errors as shown in the example below. 55/27*27 => 55.00000000000001 Reference: #6624
- Loading branch information
1 parent
99ac895
commit ddb2a27
Showing
1 changed file
with
31 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters