Карта сайта Kansoftware
НОВОСТИУСЛУГИРЕШЕНИЯКОНТАКТЫ
Разработка программного обеспечения

Synopsis

Boost , Math Toolkit 2.5.0 , Chapter 11. Integer Utilities (Greatest Common Divisor and Least Common Multiple)

Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

PrevUpHomeNext
namespace boost
{
namespace math
{
template < typename IntegerType >
   class gcd_evaluator;
template < typename IntegerType >
   class lcm_evaluator;
template < typename IntegerType >
   IntegerType  gcd( IntegerType const &a, IntegerType const &b );
template < typename ForwardIterator >
   std::pair<typename std::iterator_traits<I>::value_type, I> gcd_range(I first, I last);
template < typename IntegerType >
   IntegerType  lcm( IntegerType const &a, IntegerType const &b );
typedef see-below static_gcd_type;
template < static_gcd_type Value1, static_gcd_type Value2 >
   struct static_gcd;
template < static_gcd_type Value1, static_gcd_type Value2 >
   struct static_lcm;
}
}

PrevUpHomeNext

Статья Synopsis раздела Math Toolkit 2.5.0 Chapter 11. Integer Utilities (Greatest Common Divisor and Least Common Multiple) может быть полезна для разработчиков на c++ и boost.




Материалы статей собраны из открытых источников, владелец сайта не претендует на авторство. Там где авторство установить не удалось, материал подаётся без имени автора. В случае если Вы считаете, что Ваши права нарушены, пожалуйста, свяжитесь с владельцем сайта.



:: Главная :: Chapter 11. Integer Utilities (Greatest Common Divisor and Least Common Multiple) ::


реклама


©KANSoftWare (разработка программного обеспечения, создание программ, создание интерактивных сайтов), 2007
Top.Mail.Ru

Время компиляции файла: 2024-08-30 11:47:00
2025-05-20 01:35:23/0.0032699108123779/0