ant
A2 ant: class-based analysis framework
math.h File Reference
#include <cmath>
#include <limits>
#include <vector>
+ Include dependency graph for math.h:
+ This graph shows which files directly or indirectly include this file:

Classes

struct  ant::std_ext::RMS_t< T >
 
struct  ant::std_ext::IQR
 

Namespaces

 ant
 
 ant::std_ext
 

Typedefs

using ant::std_ext::RMS = RMS_t< double >
 

Functions

template<typename T >
constexpr T ant::std_ext::degree_to_radian (const T &degree) noexcept
 
template<typename T >
constexpr T ant::std_ext::radian_to_degree (const T &radian) noexcept
 
template<typename T >
constexpr T ant::std_ext::sqr (const T &x) noexcept
 
template<typename T >
constexpr T ant::std_ext::abs_diff (T a, T b) noexcept
 
int ant::std_ext::calcNchooseK (int n, int k)
 

Variables

constexpr double ant::std_ext::inf = std::numeric_limits<double>::infinity()
 
constexpr double ant::std_ext::NaN = std::numeric_limits<double>::quiet_NaN()