pub fn calculate_effective_share_reserves(
share_reserves: FixedPoint<U256>,
share_adjustment: I256,
) -> Result<FixedPoint<U256>>Expand description
Calculates the share reserves after zeta adjustment, aka the effective share
reserves: $z_e = z - zeta$.