Francisco Giordano 22de765f3c Merge branch 'release-v3.2.0' into release-v3.2.0-solc-0.7 5 лет назад
..
Math.sol 04fc35707d Migrate contracts to Solidity 0.7 (#2319) 5 лет назад
README.adoc ef3bbbcf40 Add readme notices with link to docs site (#2300) 5 лет назад
SafeMath.sol 04fc35707d Migrate contracts to Solidity 0.7 (#2319) 5 лет назад
SignedSafeMath.sol 22de765f3c Merge branch 'release-v3.2.0' into release-v3.2.0-solc-0.7 5 лет назад

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