Individual collateral ratio (collateral × price) / entireDebt (1e18 fixed point). Mirrors the contract's pure computeCR exactly (multiply before divide). Returns 2^256 − 1 for zero debt, matching the contract's "infinite CR" convention.
(collateral × price) / entireDebt
computeCR
2^256 − 1
Individual collateral ratio
(collateral × price) / entireDebt(1e18 fixed point). Mirrors the contract's purecomputeCRexactly (multiply before divide). Returns2^256 − 1for zero debt, matching the contract's "infinite CR" convention.