Hadrien Croubois 0db76e98f9 Merge branch 'solc-0.7' into solc-0.8 il y a 4 ans
..
Math.sol 974c534210 Update contracts to support Solidity 0.8.x (#2442) il y a 4 ans
README.adoc ef3bbbcf40 Add readme notices with link to docs site (#2300) il y a 5 ans
SafeMath.sol 0db76e98f9 Merge branch 'solc-0.7' into solc-0.8 il y a 4 ans
SignedSafeMath.sol 974c534210 Update contracts to support Solidity 0.8.x (#2442) il y a 4 ans

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}}