Next: Rational Number Functions, Previous: Reporting Bugs, Up: Top [Index]
本章では多倍長整数演算を行うGMPの関数群について解説します。これらの関数はmpz_
から始まる名前が付いています。
GMPの多倍長整数はmpz_t
というデータ型のオブジェクトとして保持されます。
• Initializing Integers: | 初期化関数 | |
• Assigning Integers: | 代入関数 | |
• Simultaneous Integer Init & Assign: | 初期化代入関数 | |
• Converting Integers: | 変換関数 | |
• Integer Arithmetic: | 演算関数 | |
• Integer Division: | 除算関数 | |
• Integer Exponentiation: | べき乗関数 | |
• Integer Roots: | べき乗根関数 | |
• Number Theoretic Functions: | 数論関数 | |
• Integer Comparisons: | 比較関数 | |
• Integer Logic and Bit Fiddling: | ビット操作関数 | |
• I/O of Integers: | 入出力関数 | |
• Integer Random Numbers: | 乱数関数 | |
• Integer Import and Export: | 整数のインポートとエクスポート | |
• Miscellaneous Integer Functions: | その他の関数 | |
• Integer Special Functions: | 特殊目的の関数 |