struct PositTableTrait
Declaration
template <class T, int n, int e, bool log>
struct PositTableTrait { /* full declaration omitted */ };Description
Posit table trait struct: describes characteristic of a tabulated set of operations
Declared at: include/backends/tabback.hpp:24
Templates
- T
- holder type
- int n
- number of Posit bits
- int e
- number of exponent bits
- bool log
- True if contains logarithmic alternativ to mul and div tables