appliedchemlabwork_tayra.D1.check_match#
- appliedchemlabwork_tayra.D1.check_match(v1: float | floating[Any], v2: float | floating[Any], v3: float | floating[Any], v4: float | floating[Any]) tuple[bool, float64]#
Checks if the point is in the territory.
- Parameters:
- v1float | np.floating[Any]
The volume of ion exchanged water used to delute ethyl acetate solution.
- v2float | np.floating[Any]
The volume of ion exchanged water used to delute sodium hydroxide solution.
- v3float | np.floating[Any]
The volume of ion exchenged water used to delute reaction solution.
- v4float | np.floating[Any]
The volume of NaOH aq for reaction.
- Returns:
- matchbool
Trueif the value fulfills the conditions; otherwise,False.- th_coldfloat64
The half life under the cold condition.
Notes
All parameters must be handed in litre.