- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testMappingWithSlope_minimalSlope (0.2 seconds)
-
android/guava-tests/test/com/google/common/math/LinearTransformationTest.java
LinearTransformation transformation = LinearTransformation.mapping(x, y1).withSlope(Double.POSITIVE_INFINITY); assertVerticalLinearTransformation(transformation, x); } public void testMappingWithSlope_minimalSlope() { double x1 = 1.2; double y1 = 3.4; double slope = Double.MIN_VALUE; LinearTransformation transformation = LinearTransformation.mapping(x1, y1).withSlope(slope);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:11:48 GMT 2026 - 7.2K bytes - Click Count (0) -
guava-tests/test/com/google/common/math/LinearTransformationTest.java
LinearTransformation transformation = LinearTransformation.mapping(x, y1).withSlope(Double.POSITIVE_INFINITY); assertVerticalLinearTransformation(transformation, x); } public void testMappingWithSlope_minimalSlope() { double x1 = 1.2; double y1 = 3.4; double slope = Double.MIN_VALUE; LinearTransformation transformation = LinearTransformation.mapping(x1, y1).withSlope(slope);Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Mar 17 16:11:48 GMT 2026 - 7.2K bytes - Click Count (0)