gem5/ext/dsent/libutil/MathUtil.cc
Nilay Vaish e8ed7b1d1b ext: add the source code for DSENT
This patch adds a tool called DSENT to the ext/ directory.  DSENT
is a tool that models power and area for on-chip networks.  The next
patch adds a script for using the tool.
2014-10-11 15:02:23 -05:00

8 lines
107 B
C++

#include "MathUtil.h"
namespace LibUtil
{
const double Math::epsilon = 1e-15;
} // namespace LibUtil