{
    "Function": "capitalDelta",
    "File": "contracts/libraries/ElasticMath.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "wdiv"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function capitalDelta(uint256 totalEthValue, uint256 totalSupplyOfTokens)\n    internal\n    pure\n    returns (uint256)\n  {\n    return wdiv(totalEthValue, totalSupplyOfTokens);\n  }"
}