Package com.irurueta.navigation.geodesic
Class GeoMathTest
java.lang.Object
com.irurueta.navigation.geodesic.GeoMathTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final double
private static final double
private static final double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
testCbrt()
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
testNorm()
(package private) void
(package private) void
(package private) void
testSq()
(package private) void
testSum()
-
Field Details
-
MIN_VALUE
private static final double MIN_VALUE- See Also:
-
MAX_VALUE
private static final double MAX_VALUE- See Also:
-
MIN_DEGREES
private static final double MIN_DEGREES- See Also:
-
MAX_DEGREES
private static final double MAX_DEGREES- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
-
Constructor Details
-
GeoMathTest
GeoMathTest()
-
-
Method Details
-
testSq
@Test void testSq() -
testHypot
@Test void testHypot() -
testLog1p
@Test void testLog1p() -
testAtanh
@Test void testAtanh() -
testCopysign
@Test void testCopysign() -
testCbrt
@Test void testCbrt() -
testNorm
@Test void testNorm() -
testSum
@Test void testSum() -
testPolyval
@Test void testPolyval() -
testAngRound
@Test void testAngRound() -
testAngNormalize
@Test void testAngNormalize() -
testLatFix
@Test void testLatFix() -
testAngDiff
@Test void testAngDiff() -
testSincosd
@Test void testSincosd() -
testAtan2d
@Test void testAtan2d() -
testIsFinite
@Test void testIsFinite()
-