This commit is contained in:
Alexey Milovidov 2018-11-26 17:19:45 +03:00
parent 55b4c04a23
commit 08e8fbaaa8

View File

@ -57,6 +57,9 @@ struct FunctionUnaryArithmeticMonotonicity;
template <typename> struct AbsImpl;
template <typename> struct NegateImpl;
/// Used to indicate undefined operation
struct InvalidType;
template <template <typename> class Op, typename Name, bool is_injective>
class FunctionUnaryArithmetic : public IFunction