|
FuncSketch
|
Class of power operator. More...
#include <func_sketch/math/binary_operators.h>
Static Public Member Functions | |
| static std::string_view | name () noexcept |
| Get the name of the operator. | |
| static void | operator() (const Number &left, const Number &right, Number &result) |
| Operate on a pair of scalars. | |
Class of power operator.
Definition at line 161 of file binary_operators.h.
|
inlinestaticnodiscardnoexcept |
Get the name of the operator.
Definition at line 168 of file binary_operators.h.
|
inlinestatic |
Operate on a pair of scalars.
| [in] | left | Left scalar. |
| [in] | right | Right scalar. |
| [out] | result | Result scalar. |
Definition at line 177 of file binary_operators.h.