a Code for the Combination of Indirect and Direct Constraints on High Energy Physics Models Logo
UsefulStuff.cpp
Go to the documentation of this file.
1/*
2 * UsefulStuff.cpp
3 *
4 * Created on: Jan 6, 2012
5 * Author: Ben O'Leary (benjamin.oleary@gmail.com)
6 *
7 * This file is part of BOLlib, released under the
8 * GNU General Public License. Please see the accompanying
9 * README.BOLlib.txt file for a full list of files, brief documentation
10 * on how to use these classes, and further details on the license.
11 */
12
13#include "UsefulStuff.hpp"
14
15namespace BOL
16{
17 double const UsefulStuff::notANumber( NAN );
18 std::string const UsefulStuff::nanString( "NaN (\"Not a Number\")" );
19 double const UsefulStuff::twicePi( 2.0 * M_PI );
20
22
23}
static double const twicePi
Definition: UsefulStuff.hpp:30
static bool randomSeedNotYetSet
Definition: UsefulStuff.hpp:60
static double const notANumber
Definition: UsefulStuff.hpp:28
static std::string const nanString
Definition: UsefulStuff.hpp:29