carl
24.04
Computer ARithmetic Library
|
All types that represent any kind of number are marked with is_number_type
.
More...
Data Structures | |
struct | carl::is_number_type< GFNumber< C > > |
All types that represent any kind of number are marked with is_number_type
.
All number types are required to implement the following methods:
abs()
: Returns the absolute value.floor()
: Returns the nearest integer below.ceil()
: Returns the nearest integer above.pow()
: Returns the power. struct carl::is_number_type< GFNumber< C > > |
Definition at line 249 of file typetraits.h.