appliedchemlabwork_tayra.D1.calc_required_amount_hcl#
- appliedchemlabwork_tayra.D1.calc_required_amount_hcl(concentration_hcl: float, concentration_base: float, volume_base: float = 25.0, n_oh: int = 1) float[source]#
Calculates the required amount of HCl aq.
- Parameters:
- concentration_hclfloat
The concentration of HCl aq.
- concentration_basefloat
The concentration of the base to be titrated.
- volume_basefloat, default 25.0
The base volume.
- n_ohint, default 1
The valence of the base.
- Returns:
- volume_hclfloat
The required volume of HCl.