{
    "Function": "invert",
    "File": "contracts/staking/libs/LibFixedMath.sol",
    "Parent Contracts": [],
    "High-Level Calls": [],
    "Internal Calls": [
        "_div"
    ],
    "Library Calls": [],
    "Low-Level Calls": [],
    "Code": "function invert(int256 f) internal pure returns (int256 c) {\n        c = _div(FIXED_1_SQUARED, f);\n    }"
}