OpenSiv3D  v0.6.5
C++20 framework for creative coding
BigInt.hpp File Reference
#include <memory>
#include "Fwd.hpp"
#include "Concepts.hpp"
#include "String.hpp"
#include "FormatData.hpp"
#include "detail/BigInt.ipp"

Classes

class  s3d::BigInt
 多倍長整数型 More...
 
struct  std::hash< s3d::BigInt >
 

Namespaces

 s3d
 
 s3d::Literals
 
 s3d::Literals::BigNumLiterals
 
 s3d::Math
 

Functions

BigInt s3d::Literals::BigNumLiterals::operator""_big (const char *s)
 
BigInt s3d::Literals::BigNumLiterals::operator""_big (long double)=delete
 
BigInt s3d::Math::GCD (const BigInt &a, const BigInt &b)
 
BigInt s3d::Math::LCM (const BigInt &a, const BigInt &b)