|
| template<typename T > |
| T | std::sq (T in) |
| |
| template<typename T > |
| T | std::cube (T in) |
| |
| | teditor::calc::CONST (e, M_E) |
| |
| | teditor::calc::CONST (pi, M_PI) |
| |
| | teditor::calc::CONST (nan, NAN) |
| |
| | teditor::calc::CONST (log2e, M_LOG2E) |
| |
| | teditor::calc::CONST (log10e, M_LOG10E) |
| |
| | teditor::calc::CONST (sqrt2, M_SQRT2) |
| |
| | teditor::calc::CONST (sqrt1_2, M_SQRT1_2) |
| |
| template<typename I , typename F > |
| Number< I, F > | teditor::calc::operator+ (const Number< I, F > &a, const Number< I, F > &b) |
| |
| template<typename I , typename F > |
| Number< I, F > | teditor::calc::operator- (const Number< I, F > &a, const Number< I, F > &b) |
| |
| template<typename I , typename F > |
| Number< I, F > | teditor::calc::operator* (const Number< I, F > &a, const Number< I, F > &b) |
| |
| template<typename I , typename F > |
| Number< I, F > | teditor::calc::operator/ (const Number< I, F > &a, const Number< I, F > &b) |
| |
| | teditor::calc::FUNC (sq) |
| |
| | teditor::calc::FUNC (cube) |
| |
| | teditor::calc::FP_FUNC (abs) |
| |
| | teditor::calc::FP_FUNC (sin) |
| |
| | teditor::calc::FP_FUNC (tan) |
| |
| | teditor::calc::FP_FUNC (asin) |
| |
| | teditor::calc::FP_FUNC (atan) |
| |
| | teditor::calc::FP_FUNC (sinh) |
| |
| | teditor::calc::FP_FUNC (tanh) |
| |
| | teditor::calc::FP_FUNC (asinh) |
| |
| | teditor::calc::FP_FUNC (atanh) |
| |
| | teditor::calc::FP_FUNC (sqrt) |
| |
| | teditor::calc::FP_FUNC (cbrt) |
| |
| | teditor::calc::FP_FUNC (log) |
| |
| | teditor::calc::FP_FUNC (log10) |
| |
| | teditor::calc::FP_FUNC (exp) |
| |
| | teditor::calc::FP_FUNC (floor) |
| |
| | teditor::calc::FP_FUNC (ceil) |
| |
| | teditor::calc::FP_FUNC (round) |
| |
| template<typename I , typename F > |
| Number< I, F > | teditor::calc::toInt (const Number< I, F > &a) |
| |
| template<typename I , typename F > |
| Number< I, F > | teditor::calc::toFloat (const Number< I, F > &a) |
| |
| | teditor::calc::FP_FUNC2 (pow) |
| |
| | teditor::calc::FP_FUNC2 (hypot) |
| |