Boost C++ Libraries Home Libraries People FAQ More

Next

GCD and LCM

Daryle Walker

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)


Table of Contents

最大公約數和最小公倍數
簡介
概要
最大公約數 函數對像
最小公倍數 函數對像
運行時 最大公約數 和 最小公倍數 計算
編譯時 最大公約數 和 最小公倍數 計算
頭文件 <boost/math/common_factor.hpp>
例子程序
基本原理
變更歷史
致謝

這份文檔也有可供打印的PDF格式.

Last revised: December 29, 2006 at 11:08:32 +0000


Next