highprecisionpso::SinOperation Class Reference
This operation calculates the sine function of the supplied value. More...
#include <general_objects.h>
Inheritance diagram for highprecisionpso::SinOperation:

Public Member Functions | |
| std::string | GetName () |
| Returns a string representation of this object. More... | |
| mpf_t * | Operate (mpf_t *value) |
| Calculates the sine function of the supplied value. More... | |
Public Member Functions inherited from highprecisionpso::Operation | |
| virtual | ~Operation () |
| The destructor. More... | |
Detailed Description
This operation calculates the sine function of the supplied value.
Member Function Documentation
|
virtual |
Returns a string representation of this object.
- Returns
- The name of the object.
Implements highprecisionpso::Operation.
|
virtual |
Calculates the sine function of the supplied value.
- Parameters
-
value The value which should be operated on.
- Returns
- The sine function of the supplied value.
Implements highprecisionpso::Operation.
The documentation for this class was generated from the following file:
- src/general/general_objects.h

Public Member Functions inherited from
1.8.11