fork download
  1. /* package whatever; // don't place package name! */
  2.  
  3. import java.util.*;
  4. import java.math.*;
  5. import java.io.*;
  6.  
  7. /* Name of the class has to be "Main" only if the class is public. */
  8. class Ideone
  9. {
  10. public static void main (String[] args) throws java.lang.Exception
  11. {
  12. // From http://w...content-available-to-author-only...n.com/pi/digits/100.
  13. System.out.println(new BigDecimal("3.1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679").divide(BigDecimal.valueOf(2)));
  14. }
  15. }
Success #stdin #stdout 0.06s 2841600KB
stdin
Standard input is empty
stdout
1.57079632679489661923132169163975144209858469968755291048747229615390820314310449931401741267105853395