OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
Round.h
Go to the documentation of this file.
1 #ifndef OPAL_Round_HH
2 #define OPAL_Round_HH 1
3 
4 // ------------------------------------------------------------------------
5 // $RCSfile: Round.h,v $
6 // ------------------------------------------------------------------------
7 // $Revision: 1.1.1.1 $
8 // ------------------------------------------------------------------------
9 // Copyright: see Copyright.readme
10 // ------------------------------------------------------------------------
11 //
12 // Function: double Round(double)
13 //
14 // ------------------------------------------------------------------------
15 //
16 // $Date: 2000/03/27 09:33:48 $
17 // $Author: Andreas Adelmann $
18 //
19 // ------------------------------------------------------------------------
20 
21 
23 // Return the nearest integer (as a double).
24 double Round(double value);
25 
26 #endif // OPAL_Round_HH
double Round(double value)
Round the double argument.
Definition: Round.cpp:23