lemon/math.h
changeset 209 765619b7cbb2
parent 68 a315a588a20d
     1.1 --- a/lemon/math.h	Sun Jul 13 16:46:56 2008 +0100
     1.2 +++ b/lemon/math.h	Sun Jul 13 19:51:02 2008 +0100
     1.3 @@ -1,6 +1,6 @@
     1.4 -/* -*- C++ -*-
     1.5 +/* -*- mode: C++; indent-tabs-mode: nil; -*-
     1.6   *
     1.7 - * This file is a part of LEMON, a generic C++ optimization library
     1.8 + * This file is a part of LEMON, a generic C++ optimization library.
     1.9   *
    1.10   * Copyright (C) 2003-2008
    1.11   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.12 @@ -33,7 +33,7 @@
    1.13  
    1.14    /// \addtogroup misc
    1.15    /// @{
    1.16 -  
    1.17 +
    1.18    /// The Euler constant
    1.19    const long double E       = 2.7182818284590452353602874713526625L;
    1.20    /// log_2(e)
    1.21 @@ -54,7 +54,7 @@
    1.22    const long double SQRT2   = 1.4142135623730950488016887242096981L;
    1.23    /// 1/sqrt(2)
    1.24    const long double SQRT1_2 = 0.7071067811865475244008443621048490L;
    1.25 -  
    1.26 +
    1.27  
    1.28    /// @}
    1.29