{
    "Function": "sub",
    "File": "contracts/v3/alchemix/libraries/FixedPointMath.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "fromU256",
        "sub"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function sub(FixedDecimal memory self, uint256 value) internal pure returns (FixedDecimal memory) {\n    return sub(self, fromU256(value));\n  }"
}