question about sqrt please help me

Posted by davit-datuashvili on Stack Overflow See other posts from Stack Overflow or by davit-datuashvili
Published on 2010-06-16T08:11:33Z Indexed on 2010/06/16 8:12 UTC
Read the original article Hit count: 213

how can i create method which return sqrt of given nunber? for example sqrt(16) returns 4 and sqrt(5) returns 2.3... please help i am using java and know Math.sqrt() API function but i need method itself

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about possible-homework