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