Loading...
Searching...
No Matches
Go to the documentation of this file.
3#ifndef FLOATING_POINT_EPSILON_H_
4#define FLOATING_POINT_EPSILON_H_
8 static constexpr T epsilon=0;
12struct fp<long double> {
13 static constexpr long double epsilon=1.0842e-19;
18 static constexpr double epsilon=2.22045e-16;
23 static constexpr float epsilon=1.19209e-07f;