Merge pull request #29249 from quoctan132/patch-1

Update rounding-functions.md
This commit is contained in:
Maksim Kita 2021-09-22 11:35:44 +03:00 committed by GitHub
commit d2b939c452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -176,7 +176,7 @@ roundBankers(4.5) = 4
roundBankers(3.55, 1) = 3.6
roundBankers(3.65, 1) = 3.6
roundBankers(10.35, 1) = 10.4
roundBankers(10.755, 2) = 11,76
roundBankers(10.755, 2) = 10.76
```
**See Also**