OpenCurves
0.9
|
A binary_function
object which raises the one value to the power of another.
More...
#include <plotexpressionarithmetic.h>
Public Member Functions | |
T | operator() (const T &left, const T &right) const |
Expression effector calculating left raised to the power of right . More... | |
A binary_function
object which raises the one value to the power of another.
|
inline |
Expression effector calculating left
raised to the power of right
.
left | The base value. |
right | The exponent. |
left
raised to the power of right
.