# BigNumber.h - 大數運算 [原始碼(GitHub)](https://github.com/ChocomintSSR/Header_forCpp/blob/main/BigNumber.h) ## 函數 **※所有函數皆位於 `namespace chocomint` ※** * 建構子 constructor 一般建構子: `BigInt() {}` 整數建構子: `template<class T> BigInt(const T &val);` * 運算子 *** ###### tags: `Cpp Headers`