#include "di/math/bigint/fixed_ops.h"
#include "di/types/prelude.h"
#include "di/vocab/array/prelude.h"
#include "di/vocab/span/prelude.h"
Go to the source code of this file.
Classes | |
class | di::math::FixedSigned< bits > |
A fixed-width signed integer. More... | |
class | di::FixedSigned< bits > |
A fixed-width signed integer. More... | |
Namespaces | |
namespace | di |
namespace | di::math |
Typedefs | |
using | di::math::i128_fallback = FixedSigned<128> |
using | di::math::i256 = FixedSigned<256> |
using | di::i128_fallback |
using | di::i256 |