currency
Here are 795 public repositories matching this topic...
-
Updated
Jun 22, 2020 - PHP
-
Updated
Nov 6, 2020 - Python
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Aug 19, 2020 - PHP
-
Updated
Oct 14, 2020 - Go
-
Updated
Oct 30, 2020 - PHP
-
Updated
Oct 21, 2020 - JavaScript
-
Updated
Sep 18, 2020 - Java
-
Updated
Oct 25, 2020 - Python
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Aug 19, 2020 - PHP
-
Updated
Sep 4, 2020 - Python
-
Updated
Sep 22, 2020 - TypeScript
-
Updated
Sep 7, 2020 - Swift
-
Updated
Nov 3, 2018 - Go
-
Updated
Jul 30, 2020 - JavaScript
Should be able to toggle a setting that disables automatic snapshotting, so that players who want to can refresh manually.
-
Updated
Nov 5, 2020 - TypeScript
-
Updated
Sep 8, 2020 - JavaScript
-
Updated
Oct 21, 2020 - JavaScript
Improve this page
Add a description, image, and links to the currency topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the currency topic, visit your repo's landing page and select "manage topics."


Currently there is no possibility to set up a custom rounding function. Therefore you are limited to the ones that are implemented by default. For my case I need a rounding function that always rounds up (e.g. 0.002 => 0.01 with precision 2, commercial rounding)
It would be nice to pass a callback or a string that describes the rounding mode. If it is a string and the string matches the suppo