bigINT icon indicating copy to clipboard operation
bigINT copied to clipboard

[feat] max() implementation

Open ayaankhan98 opened this issue 4 years ago • 1 comments

implement the following function for largeInt class

  • max(a, b) returns the maximum of a and b max() can have overloads example
max(largeInt, largeInt);
max(largeInt, int);
max(largeInt, int64_t);

there are more possibile overloads but for now aim is to implement these trivial overloads

ayaankhan98 avatar Oct 05 '20 05:10 ayaankhan98

Please assign this to me

mangodo100 avatar Oct 05 '20 11:10 mangodo100