Package org.djutils.complex
Class TestComplex
java.lang.Object
org.djutils.complex.TestComplex
TestComplex.java.
Copyright (c) 2021-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.
Copyright (c) 2021-2024 Delft University of Technology, Jaffalaan 5, 2628 BX Delft, the Netherlands. All rights reserved. See for project information https://djutils.org. The DJUTILS project is distributed under a three-clause BSD-style license, which can be found at https://djutils.org/docs/license.html.
- Author:
- Alexander Verbraeck, Peter Knoppers
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Test the constants defined by the Complex class.void
Test the various constructors of Complex.void
Test the hypot method.void
Test the methods.void
Test other methods.
-
Constructor Details
-
TestComplex
public TestComplex()
-
-
Method Details
-
testConstructors
@Test public void testConstructors()Test the various constructors of Complex. -
testConstants
@Test public void testConstants()Test the constants defined by the Complex class. -
testOperations
@Test public void testOperations()Test the methods. -
testOthers
@Test public void testOthers()Test other methods. -
testHypot
@Test public void testHypot()Test the hypot method.
-