{
    "Function": "wmul",
    "File": "contracts/libraries/ElasticMath.sol",
    "Parent Contracts": [],
    "High-Level Calls": [
        "SafeMath",
        "SafeMath"
    ],
    "Internal Calls": [],
    "Library Calls": [
        "add",
        "mul"
    ],
    "Low-Level Calls": [],
    "Code": "function wmul(uint256 a, uint256 b) internal pure returns (uint256) {\n    return SafeMath.add(SafeMath.mul(a, b), 1000000000000000000 / 2) / 1000000000000000000;\n  }"
}