Java tutorial
public class MainClass { public static void main(String[] args) { System.out.printf("Scientific notation: %E\n", Math.PI); } }