carl
24.04
Computer ARithmetic Library
|
#include <cstdint>
#include <type_traits>
#include <carl-common/config.h>
#include "constants.h"
#include "typetraits.h"
#include "operations_predeclarations.h"
#include "operations_generic.h"
#include "adaption_native/operations.h"
#include "adaption_native/typetraits.h"
#include "adaption_gmpxx/hash.h"
#include "adaption_gmpxx/operations.h"
#include "adaption_gmpxx/typetraits.h"
#include "adaption_float/FLOAT_T.h"
#include "adaption_float/typetraits.h"
#include "GaloisField.h"
#include "GFNumber.h"
#include "conversion/conversion.h"
Go to the source code of this file.
Namespaces | |
carl | |
carl is the main namespace for the library. | |
Macros | |
#define | INCLUDED_FROM_NUMBERS_H true |
Typedefs | |
using | carl::uint = std::uint64_t |
using | carl::sint = std::int64_t |
Definition in file numbers.h.