NTLib - Number Theory Library 0.9
Loading...
Searching...
No Matches
int128 Module Reference

128-bit integers. More...

Concepts

concept  ntlib::Int128
 Concept for signed and unsigned NTLib 128 bit integers.

Typedefs

using ntlib::i128 = __int128
 Wrapper around (non-standard) built-in 128-bit signed integer.
using ntlib::u128 = unsigned __int128
 Wrapper around (non-standard) built-in 128-bit unsigned integer.

Detailed Description

128-bit integers.

Currently, these are just wrappers around the (non-standard) built-in 128-bit integers supported by Clang and GCC.

Files

file  modules/base/int128.cpp
 Primary module interface unit for module int128.