highprecisionpso::ArcsinOperation Class Reference
This operation calculates the arcsine function of the supplied value. More...
#include <general_objects.h>
Inheritance diagram for highprecisionpso::ArcsinOperation:
Public Member Functions | |
std::string | GetName () |
Returns a string representation of this object. More... | |
mpf_t * | Operate (mpf_t *value) |
Calculates the arcsine function of the supplied value. More... | |
Public Member Functions inherited from highprecisionpso::Operation | |
virtual | ~Operation () |
The destructor. More... | |
Detailed Description
This operation calculates the arcsine 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 arcsine function of the supplied value.
- Parameters
-
value The value which should be operated on.
- Returns
- The arcsine function of the supplied value.
Implements highprecisionpso::Operation.
The documentation for this class was generated from the following file:
- src/general/general_objects.h