From 49567f95bf6985707fcf8c2836c761ce39602636 Mon Sep 17 00:00:00 2001 From: Renaud G Date: Sun, 2 Sep 2018 12:22:03 +0200 Subject: Adding pow --- node/scalaroperatornode.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'node/scalaroperatornode.h') diff --git a/node/scalaroperatornode.h b/node/scalaroperatornode.h index f17f99f..04c3c23 100644 --- a/node/scalaroperatornode.h +++ b/node/scalaroperatornode.h @@ -94,6 +94,7 @@ public: * @return */ virtual ExecutionNode *getCopy() const; + private: /** * @brief add @@ -116,6 +117,8 @@ private: */ static qint64 multiple(qreal,qreal); + static qint64 pow(qreal a, qreal b); + private: ExecutionNode* m_internalNode; ScalarResult* m_scalarResult; -- cgit v1.2.3-70-g09d2