We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 759f8de commit 0b1f080Copy full SHA for 0b1f080
contracts/math/Math.sol
@@ -5,7 +5,7 @@ pragma solidity ^0.4.11;
5
* @dev Assorted math operations
6
*/
7
8
-contract Math {
+library Math {
9
function max64(uint64 a, uint64 b) internal constant returns (uint64) {
10
return a >= b ? a : b;
11
}
0 commit comments