'big square root' for BigDecimal

J

Jeremy Watts

hi,

is there a 'big square root' feature to find square roots of BigDecimal
numbers?


thanks
 
J

Jeremy Watts

Are you familiar with the Newton-Raphson Method?

yes its not the implementation thats a problem - just didnt want to waste
effort writing a routine, if indeed a method did exist.

and yes i am familiar with newton-raphson and is indeed the method i intend
to use

thanks
 
B

Boudewijn Dijkstra

Jeremy Watts said:
yes its not the implementation thats a problem - just didnt want to waste
effort writing a routine, if indeed a method did exist.

and yes i am familiar with newton-raphson and is indeed the method i intend
to use

In that case you already realised that the result of the doubleValue() method
is an excellent starting guess for the algorithm.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top