RosettaCodeData/Task/Infinity/Java/infinity-2.java

4 lines
69 B
Java

public static double getInf(){
return Double.POSITIVE_INFINITY;
}