Class StrictFloatingPointExamples
java.lang.Object
net.jrodolfo.java_evolution.java02.strict_floating_point.StrictFloatingPointExamples
Demonstrates
strictfp, introduced in Java 2.-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompileStrictfpProbe(File workspace) doublestrictAverage(double left, double right)
-
Constructor Details
-
StrictFloatingPointExamples
public StrictFloatingPointExamples()
-
-
Method Details
-
problemSolved
-
featureShape
-
modernContext
-
strictAverage
public double strictAverage(double left, double right) -
compileStrictfpProbe
public StrictFloatingPointExamples.CompilationResult compileStrictfpProbe(File workspace) throws IOException, InterruptedException - Throws:
IOExceptionInterruptedException
-
strictfpProbeSource
-