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: 240
algorithm
|possible-homework
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