MCPcopy Create free account
hub / github.com/ajaxorg/ace-builds / main

Method main

demo/kitchen-sink/docs/java.java:12–17  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

10 * http://www.exploringbinary.com/java-hangs-when-converting-2-2250738585072012e-308/
11 */
12 public static void main(String[] args) {
13 double d = Double.parseDouble("2.2250738585072012e-308");
14
15 // unreachable code
16 System.out.println("Value: " + d);
17 }
18}

Callers 4

worker-coffee.jsFile · 0.80
worker-coffee.jsFile · 0.80
worker-coffee.jsFile · 0.80
worker-coffee.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected