std_import.hpp File Reference

#include <cmath>
#include <algorithm>

Go to the source code of this file.

Namespaces

namespace  Arageli

Defines

#define ARAGELI_STD_IMPORT_1(NAME)

Functions

template<typename T>
Arageli::sin (const T &x)
template<typename T>
Arageli::cos (const T &x)
template<typename T>
Arageli::tan (const T &x)
template<typename T>
Arageli::sinh (const T &x)
template<typename T>
Arageli::cosh (const T &x)
template<typename T>
Arageli::tanh (const T &x)
template<typename T>
Arageli::asin (const T &x)
template<typename T>
Arageli::acos (const T &x)
template<typename T>
Arageli::atan (const T &x)
template<typename T>
Arageli::abs (const T &x)
template<typename T>
Arageli::exp (const T &x)
template<typename T>
Arageli::floor (const T &x)
template<typename T>
Arageli::ceil (const T &x)
template<typename T>
Arageli::log (const T &x)
template<typename T>
Arageli::log10 (const T &x)
template<typename T>
Arageli::sqrt (const T &x)
template<typename T1, typename T2>
T1 Arageli::pow (const T1 &x, const T2 &y)
template<typename T1, typename T2>
void Arageli::swap (T1 &x, T2 &y)


Define Documentation

#define ARAGELI_STD_IMPORT_1 ( NAME   ) 

Value:

template <typename T>           \
    inline T NAME (const T& x)      \
    { return std::NAME(x); }

Definition at line 10 of file std_import.hpp.


Generated on Thu Aug 31 17:38:18 2006 for Arageli by  doxygen 1.4.7