My Project
OSParameters.cpp File Reference
#include "OSConfig.h"
#include "OSParameters.h"
#include <cstdlib>
#include <sstream>

Go to the source code of this file.

Functions

bool OSIsnan (double x)
 checks whether a given double is NaN
 
double OSNaN ()
 returns the value for NaN used in OS
 
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

◆ OSIsnan()

bool OSIsnan ( double x)

checks whether a given double is NaN

Definition at line 51 of file OSParameters.cpp.

◆ OSNaN()

double OSNaN ( )

returns the value for NaN used in OS

Definition at line 60 of file OSParameters.cpp.

◆ OSgetVersionInfo()

std::string OSgetVersionInfo ( )

Definition at line 71 of file OSParameters.cpp.