SkillAgentSearch skills...

Int128

int128 with divide/ostream support, require C++ 11

Install / Use

/learn @zhanhb/Int128
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

int128

int128 with divide/stream support, require C++ 11

uint128_t a = 2'000'000'000'000'000'000'000_U128; // single quotes requires C++ 14
int128_t b = 1'000'000'000'000'000'000'000_L128;
cout << setw(40) << setfill('0') << hex << uppercase << a / b << endl;
setlocale(LC_ALL, "zh_CN.UTF-8");
cout.imbue(locale());
cout << a / b << endl;
View on GitHub
GitHub Stars22
CategoryCustomer
Updated9mo ago
Forks3

Languages

C++

Security Score

82/100

Audited on Jun 26, 2025

No findings