File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/reference/contracts/libs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 88library U512
99```
1010
11- Low-level library that implements unsigned 512-bit arithmetics .
11+ Low-level library that implements unsigned 512-bit arithmetic .
1212
1313| Statistic | Avg |
1414| ----------- | ------------ |
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ library DecimalsConverter
1111This library is used to convert numbers that use token's N decimals to M decimals.
1212Comes extremely handy with standardizing the business logic that is intended to work with many different ERC20 tokens
1313that have different precision (decimals). One can perform calculations with 18 decimals only and resort to conversion
14- only when the payouts (or interactions) with the actual tokes have to be made.
14+ only when the payouts (or interactions) with the actual tokens have to be made.
1515
1616The best usage scenario involves accepting and calculating values with 18 decimals throughout the project, despite the tokens decimals.
1717
You can’t perform that action at this time.
0 commit comments