Using Log() And Log10() In Strictmath December 19, 2012 java.lang, StrictMath Edit An example on using log() and log10() in StrictMath class. import java.util.*; class FindLog { public static void main(String args[])... Read More