Go to the source code of this file.
|
template<typename T > |
Sign | Designar::sign (T) |
|
template<typename T > |
bool | Designar::is_positive (T) |
|
template<typename T > |
bool | Designar::is_negative (T) |
|
template<typename T > |
T | Designar::abs (T) |
|
template<typename T > |
bool | Designar::real_equal (T, T) |
|
template<typename T > |
bool | Designar::num_equal (T, T) |
|
template<> |
bool | Designar::num_equal< float > (float, float) |
|
template<> |
bool | Designar::num_equal< double > (double, double) |
|
template<> |
bool | Designar::num_equal< long double > (long double, long double) |
|
template<typename NumberType > |
real_t | Designar::area_of_parallelogram (const GenPoint2D< NumberType > &, const GenPoint2D< NumberType > &, const GenPoint2D< NumberType > &) |
|
template<typename BT , typename ET > |
BT | Designar::fast_integral_pow (BT, ET) |
|
template<typename BT , typename ET > |
BT | Designar::pow (BT, ET) |
|