1 #ifndef __JTOOLS__JELEMENT__
2 #define __JTOOLS__JELEMENT__
32 namespace JPP {
using namespace JTOOLS; }
43 template<
class JAbscissa_t,
class JOrdinate_t>
151 template<
class JAbscissa_t,
class JOrdinate_t>
218 template<
class JAbscissa_t,
class JOrdinate_t>
285 template<
class JAbscissa_t,
class JOrdinate_t>
352 template<
class JAbscissa_t,
class JOrdinate_t>
412 return this->
__z / this->
__y;
436 return sqrt(this->
__w2);
449 this->
__z += bin.__zl;
466 this->
__w2 *= value*value;
482 this->
__w2 /= value*value;
497 template<
class JAbscissa_t,
class JOrdinate_t>
Interface for binary output.
Auxiliary base class for aritmetic operations of derived class types.
Definition of zero value for any class.
T getZero()
Get zero value for a given data type.
JArgument< T >::argument_type argument_type
Interface for binary input.
Base class for data structures with artithmetic capabilities.