mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
openzeppelin-contracts/contracts/math
Francisco Giordano 90ed1af972
Support compiling with solc 0.7 (#2408)
4 years ago
..
Math.sol Support compiling with solc 0.7 (#2408) 4 years ago
README.adoc Add readme notices with link to docs site (#2300) 5 years ago
SafeMath.sol Support compiling with solc 0.7 (#2408) 4 years ago
SignedSafeMath.sol Support compiling with solc 0.7 (#2408) 4 years ago

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