ayaankhan98 / bigINT

Efficient OpenSource Big Integer(Library) Support for C++
Boost Software License 1.0
6 stars 26 forks source link

[feat] min() implementaion #22

Open ayaankhan98 opened 3 years ago

ayaankhan98 commented 3 years ago

min(a, b) returns the minimum of a and b

there could be different possible overloads see #21 and implement the corrosponding min() overloads

mangodo100 commented 3 years ago

Please assign this to me