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]) bool#

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

True if the value fulfills the conditions; otherwise, False.

Notes

All parameters must be handed in litre.