There seems to be know Sqrt method in the BigDecimal Class. They Do have a power method but the power method only takes ints. So I can't try and do something to the .5 or 1/2 power. Dose anyone know of any other way I can find sqrt using Java BigDecimal? Thanks