Class Float128Test


  • public class Float128Test
    extends Object
    Float128Test tests the basic functions of the Float128 quadruple precision floating point variable.

    Copyright (c) 2020-2020 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 Detail

      • Float128Test

        public Float128Test()
    • Method Detail

      • testConstruction

        public void testConstruction()
        Test the construction of the Float128 and conversion to and from doubles.
      • testPlus

        public void testPlus()
        Test the plus operator of the Float128 and conversion to and from doubles.