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

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