I need to be able to perform calculations on numbers that extend to very many decimal places. I am using the BigDecimal class, but I need to be able to take logarithms of these BigDecimals and I also need Euler's number to many decimal places. I am attempting to import the org.nevec.rjm package in Java, as this appears to suit my needs. My import statement is:
import org.nevec.rjm.*;
But when I attempt to compile I get an error message that says the org.nevec package does not exist.
This has been a source of frustration for me for a little while now and I cannot seem to find the solution anywhere. Any help would be much appreciated!