mirror of
https://github.com/BlackMATov/vmath.hpp.git
synced 2025-12-15 04:35:25 +07:00
remove isnan, isinf, isfinite, modf, frexp and ldexp functions
This commit is contained in:
@@ -57,7 +57,7 @@ namespace vmath_tests
|
||||
|
||||
template < typename T >
|
||||
constexpr bool operator==(const vec<T, 2>& l, const uapprox2<T>& r) {
|
||||
return all(approx(l, r.value,r.epsilon));
|
||||
return all(approx(l, r.value, r.epsilon));
|
||||
}
|
||||
|
||||
template < typename T >
|
||||
|
||||
Reference in New Issue
Block a user