Skip to content
Snippets Groups Projects
Unverified Commit de020580 authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

test/sincos: change tol for float types

parent f4445e7c
Branches
Tags
No related merge requests found
......@@ -18,7 +18,7 @@ namespace
template<> inline float sinCosTolerance<float>()
{
return 0.F;
return 1e-7;
}
template<> inline double sinCosTolerance<double>()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment