highprecisionpso::TanOperation Class Reference

This operation calculates the tangent function of the supplied value. More...

#include <general_objects.h>

Inheritance diagram for highprecisionpso::TanOperation:

Public Member Functions

std::string GetName ()
 Returns a string representation of this object. More...
 
mpf_t * Operate (mpf_t *value)
 Calculates the tangent function of the supplied value. More...
 
- Public Member Functions inherited from highprecisionpso::Operation
virtual ~Operation ()
 The destructor. More...
 

Detailed Description

This operation calculates the tangent function of the supplied value.

Member Function Documentation

std::string highprecisionpso::TanOperation::GetName ( )
virtual

Returns a string representation of this object.

Returns
The name of the object.

Implements highprecisionpso::Operation.

mpf_t* highprecisionpso::TanOperation::Operate ( mpf_t *  value)
virtual

Calculates the tangent function of the supplied value.

Parameters
valueThe value which should be operated on.
Returns
The tangent function of the supplied value.

Implements highprecisionpso::Operation.


The documentation for this class was generated from the following file: