Functions
OSParameters.cpp File Reference
#include "OSConfig.h"
#include "OSParameters.h"
#include <cstdlib>
#include <sstream>
Include dependency graph for OSParameters.cpp:

Go to the source code of this file.

Functions

bool OSIsnan (double x)
 checks whether a given double is NaN More...
 
double OSNaN ()
 returns the value for NaN used in OS More...
 
std::string OSgetVersionInfo ()
 

Detailed Description

Author
Horand Gassmann, Jun Ma, Kipp Martin
Remarks
Copyright (C) 2005-2011, Horand Gassmann, Jun Ma, Kipp Martin, Northwestern University, and the University of Chicago. All Rights Reserved. This software is licensed under the Eclipse Public License. Please see the accompanying LICENSE file in root directory for terms.

Definition in file OSParameters.cpp.

Function Documentation

bool OSIsnan ( double  x)

checks whether a given double is NaN

Definition at line 51 of file OSParameters.cpp.

double OSNaN ( )

returns the value for NaN used in OS

Definition at line 60 of file OSParameters.cpp.

std::string OSgetVersionInfo ( )

Definition at line 71 of file OSParameters.cpp.