I'm beginner to Java Programming. some code from one of the program shows as below.
epsilon = 1e-15;
I try to print out the value but it's still 1E-15 why it's required in Jave program? Thanks in advance
1E-15