OpenKalman
Namespaces | Functions
near.hpp File Reference
#include <limits>
#include "values/concepts/number.hpp"
#include "values/concepts/complex.hpp"
#include "values/functions/to_number.hpp"
Include dependency graph for near.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 OpenKalman::values::internal
 Definition of utilities for atan functions.
 

Functions

template<unsigned int epsilon_factor = 2, typename Arg1 , typename Arg2 >
constexpr bool OpenKalman::values::internal::near (const Arg1 &arg1, const Arg2 &arg2)
 Determine whether two numbers are within a rounding tolerance. More...
 
template<typename Arg1 , typename Arg2 , typename Err >
constexpr bool OpenKalman::values::internal::near (const Arg1 &arg1, const Arg2 &arg2, const Err &err)
 Determine whether two numbers are within a rounding tolerance. More...