Package org.djutils.math.complex
Class TestComplex
java.lang.Object
org.djutils.math.complex.TestComplex
TestComplex.java. 
 
Copyright (c) 2021-2025 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-2025 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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidTest the constants defined by the Complex class.voidTest the various constructors of Complex.voidTest the hypot method.voidTest the methods.voidTest other methods. 
- 
Constructor Details
- 
TestComplex
public TestComplex() 
 - 
 - 
Method Details
- 
testConstructors
Test the various constructors of Complex. - 
testConstants
Test the constants defined by the Complex class. - 
testOperations
Test the methods. - 
testOthers
Test other methods. - 
testHypot
Test the hypot method. 
 -