carl
24.04
Computer ARithmetic Library
|
Go to the source code of this file.
Data Structures | |
struct | carl::constant_zero< T > |
struct | carl::constant_one< T > |
Namespaces | |
carl | |
carl is the main namespace for the library. | |
Macros | |
#define | constant_zero_declaration_type(type, zero_decl) |
#define | constant_one_declaration_type(type, one_decl) |
#define | constant_declarations(type, zero_decl, one_decl) |
Definition in file constants.h.
#define constant_declarations | ( | type, | |
zero_decl, | |||
one_decl | |||
) |
Definition at line 34 of file constants.h.
#define constant_one_declaration_type | ( | type, | |
one_decl | |||
) |
Definition at line 23 of file constants.h.
#define constant_zero_declaration_type | ( | type, | |
zero_decl | |||
) |
Definition at line 13 of file constants.h.