copapy.max#

copapy.max(x, y)#

Maximum function to get the larger 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:

Maximum of x and y