Hadrien Croubois 93438eca0b Merge 3.4 master into solc-0.8 (#2499) 4 gadi atpakaļ
..
Math.sol 974c534210 Update contracts to support Solidity 0.8.x (#2442) 4 gadi atpakaļ
README.adoc ef3bbbcf40 Add readme notices with link to docs site (#2300) 5 gadi atpakaļ
SafeMath.sol 93438eca0b Merge 3.4 master into solc-0.8 (#2499) 4 gadi atpakaļ
SignedSafeMath.sol 974c534210 Update contracts to support Solidity 0.8.x (#2442) 4 gadi atpakaļ

README.adoc

= Math

[.readme-notice]
NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/math

These are math-related utilities.

== Libraries

{{SafeMath}}

{{SignedSafeMath}}

{{Math}}