News

For a double, the Java developer is typically better off using BigDecimal.valueOf (double) or converting the double to a String and then using the BigDecimal (String) constructor.