powered by
Calculates the MCHC based on hemoglobin concentration and hematocrit. MCHC measures the average concentration of hemoglobin in red blood cells.
calc_mchc(hb, ht)
Numeric value representing the MCHC in grams per deciliter (g/dL).
Numeric value representing the hemoglobin concentration in g/dL.
Numeric value representing the hematocrit in percentage.
calc_mchc(15, 40)
Run the code above in your browser using DataLab