Class TestComplex

java.lang.Object
org.djutils.complex.TestComplex

public class TestComplex extends Object
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.
Author:
Alexander Verbraeck, Peter Knoppers
  • 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.