summaryrefslogtreecommitdiff
path: root/ext/dsent/libutil/MathUtil.cc
blob: 0e177b5fc3948f5ff217a72e0c43cae5eaadc217 (plain)
1
2
3
4
5
6
7
#include "MathUtil.h"

namespace LibUtil
{
    const double Math::epsilon = 1e-15;
} // namespace LibUtil