Package org.djutils.float128
The float128 package contains math functions for floating point values with a 120-bit significand, and a 16-bit exponential
field.
Copyright (c) 2021-2022 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-2022 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
-
Class Summary Class Description DoubleDouble DoubleDouble stores a value as two double values, with a hi double value and a lo double value.Float128 Float128 stores immutable floating point values, with a 16 bits signed exponent, 120 bits fraction, and one sign bit.TestHypotAtan PerformanceTests.java.