ArbitraryPrecision.h 524 B

123456789101112131415
  1. // David Eberly, Geometric Tools, Redmond WA 98052
  2. // Copyright (c) 1998-2020
  3. // Distributed under the Boost Software License, Version 1.0.
  4. // https://www.boost.org/LICENSE_1_0.txt
  5. // https://www.geometrictools.com/License/Boost/LICENSE_1_0.txt
  6. // Version: 4.0.2019.08.13
  7. #pragma once
  8. #include <Mathematics/UIntegerALU32.h>
  9. #include <Mathematics/UIntegerAP32.h>
  10. #include <Mathematics/UIntegerFP32.h>
  11. #include <Mathematics/BSNumber.h>
  12. #include <Mathematics/BSRational.h>
  13. #include <Mathematics/BSPrecision.h>