Changes between Version 122 and Version 123 of LibrariesUnderConstruction


Ignore:
Timestamp:
Sep 22, 2010, 7:49:10 PM (12 years ago)
Author:
viboes
Comment:

Update Boost.Ratio

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v122 v123  
    861861== Boost.Ratio==
    862862 * '''Author(s):''' Howard Hinnant, Beman Dawes and Vicente J. Botet Escribá
    863  * '''Version:''' 0.1.0
     863 * '''Version:''' 0.2.0
    864864 * '''State:''' Stable
    865  * '''Last upload:'''2010 September 7
    866  * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/chrono/libs/ratio/doc/html Documentation] [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=ratio.zip&directory=Math%20-%20Numerics& Download]  [http://svn.boost.org/svn/boost/sandbox/chrono Boost Sandbox]
     865 * '''Last upload:'''2010 September 22
     866 * '''Links:''' [http://svn.boost.org/svn/boost/sandbox/chrono/libs/ratio/doc/html/index.html Documentation] [http://svn.boost.org/svn/boost/sandbox/chrono/libs/ratio/doc/ratio.pdf PDF] [http://www.boostpro.com/vault/index.php?action=downloadfile&filename=ratio.zip&directory=Math%20-%20Numerics& Download]  [http://svn.boost.org/svn/boost/sandbox/chrono Boost Sandbox]
    867867 * '''Categories:''' [#MathAndNumerics Math And Numerics]
    868868 * '''Description:''' The Boost Ratio library provides:
    869869    * The C++0x Standard Library's compile-time rational arithmetic.
     870
     871 The Boost.Ratio library provides:
     872
     873    * A class template, ratio, for specifying compile time rational constants such as 1/3 of a nanosecond or the number of inches per meter. ratio represents a compile time ratio of compile time constants with support for compile time arithmetic with overflow and division by zero protection
     874    * It provides a textual representation of boost::ratio<N, D> in the form of a std::basic_string. Other types such as boost::duration can use these strings to aid in their I/O.
     875
    870876
    871877---------------------------------------------------------------------------------------------------