|
FuncSketch
|
Class of unary minus operator. More...
#include <func_sketch/math/unary_operators.h>
Static Public Member Functions | |
| static std::string_view | name () noexcept |
| Get the name of the operator. | |
| static void | operator() (const Number &arg, Number &result) |
| Operate on a scalar. | |
Class of unary minus operator.
Definition at line 54 of file unary_operators.h.
|
inlinestaticnodiscardnoexcept |
Get the name of the operator.
Definition at line 61 of file unary_operators.h.
|
inlinestatic |
Operate on a scalar.
| [in] | arg | Argument. |
| [out] | result | Result. |
Definition at line 69 of file unary_operators.h.