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