copapy.min#

copapy.min(x, y)#

Minimum function to get the smaller of two values.

Parameters:
  • x (TypeVar(U, int, float) | value[TypeVar(U, int, float)]) – First value

  • y (TypeVar(U, int, float) | value[TypeVar(U, int, float)]) – Second value

Return type:

Any

Returns:

Minimum of x and y