currency
Here are 843 public repositories matching this topic...
-
Updated
Feb 12, 2021 - PHP
-
Updated
Feb 4, 2021 - JavaScript
-
Updated
Dec 28, 2020 - PHP
-
Updated
Feb 5, 2021 - Go
-
Updated
Feb 10, 2021 - PHP
-
Updated
Jan 23, 2021 - JavaScript
-
Updated
Sep 18, 2020 - Java
The conjugate gradient descent algorithm in scipy is slow and prevents the calling function from being jitted by numba. Idea is to find a python version of the CG minimiser that can be jitted to give faster minimisations.
-
Updated
Dec 29, 2020 - Python
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Feb 5, 2021 - TypeScript
-
Updated
Jan 11, 2021 - PHP
-
Updated
Feb 6, 2021 - Swift
-
Updated
Nov 3, 2018 - Go
-
Updated
Sep 4, 2020 - Python
-
Updated
Jan 3, 2021 - TypeScript
-
Updated
Jan 5, 2021 - JavaScript
Should be able to toggle a setting that disables automatic snapshotting, so that players who want to can refresh manually.
-
Updated
Jan 14, 2021 - TypeScript
-
Updated
Dec 11, 2020 - JavaScript
It is unclear how to use something like get_token_balance() with respect to the Uniswap v2 factory contract. I am trying to view the amount of a token in the Uniswap v2 liquidity pool, and it seems all I can check is the ERC20 token balance globally.
Edit: I see now I can use get_ex_token_balance(), but I am receiving the Uniswap v1 pool amounts. When I switch to version 2 the Factory methods
-
Updated
Feb 15, 2021 - 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