COIN-OR::LEMON - Graph Library

Changeset 209:765619b7cbb2 in lemon-main for lemon/math.h


Ignore:
Timestamp:
07/13/08 20:51:02 (16 years ago)
Author:
Alpar Juttner <alpar@…>
Branch:
default
Phase:
public
Message:

Apply unify-sources.sh to the source tree

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lemon/math.h

    r68 r209  
    1 /* -*- C++ -*-
     1/* -*- mode: C++; indent-tabs-mode: nil; -*-
    22 *
    3  * This file is a part of LEMON, a generic C++ optimization library
     3 * This file is a part of LEMON, a generic C++ optimization library.
    44 *
    55 * Copyright (C) 2003-2008
     
    3434  /// \addtogroup misc
    3535  /// @{
    36  
     36
    3737  /// The Euler constant
    3838  const long double E       = 2.7182818284590452353602874713526625L;
     
    5555  /// 1/sqrt(2)
    5656  const long double SQRT1_2 = 0.7071067811865475244008443621048490L;
    57  
     57
    5858
    5959  /// @}
Note: See TracChangeset for help on using the changeset viewer.