can’t we use any predefined functions?
like ‘sqrt()’ function…
Alternative Function
@Sitikant yeah using sqrt() function with set precision will also give same result,here we are just implementing basic approach to find sqrt instead of using STL.
can’t we use any predefined functions?
like ‘sqrt()’ function…
@Sitikant yeah using sqrt() function with set precision will also give same result,here we are just implementing basic approach to find sqrt instead of using STL.