ayaankhan98 / bigINT

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

[feat] sqrt() implementation #23

Open ayaankhan98 opened 4 years ago

ayaankhan98 commented 4 years ago

sqrt(x) returns the square root of largeInt x also implement tests

dabc312GitHub commented 4 years ago

Hi. This is about making a function or a method from a class?

ayaankhan98 commented 4 years ago

Hi. This is about making a function or a method from a class?

it will be a method on the class largeInt

dabc312GitHub commented 4 years ago

ok. Then I would like to take this one

ayaankhan98 commented 4 years ago

okay @dabc312GitHub, go ahead