MathUtil.cc revision 10447:a465576671d4
1#include "MathUtil.h"
2
3namespace LibUtil
4{
5    const double Math::epsilon = 1e-15;
6} // namespace LibUtil
7
8