changeset 359 | e58c511a5eba |
parent 209 | 765619b7cbb2 |
child 372 | 7992dcb0d0e6 |
6:511cf4ab4795 | 7:3c56c01911e3 |
---|---|
22 ///\ingroup misc |
22 ///\ingroup misc |
23 ///\file |
23 ///\file |
24 ///\brief A basic tool to handle the anomalies of calculation with |
24 ///\brief A basic tool to handle the anomalies of calculation with |
25 ///floating point numbers. |
25 ///floating point numbers. |
26 /// |
26 /// |
27 ///\todo It should be in a module like "Basic tools" |
|
28 |
|
29 |
27 |
30 namespace lemon { |
28 namespace lemon { |
31 |
29 |
32 /// \addtogroup misc |
30 /// \addtogroup misc |
33 /// @{ |
31 /// @{ |