diff options
| author | 2017-11-12 16:28:40 +0100 | |
|---|---|---|
| committer | 2017-11-12 16:28:40 +0100 | |
| commit | 2a8fd91924799e713c79f8a8e7d9edc94574a6ca (patch) | |
| tree | 6af720571119ef395a39fe3f6fff5d52ce09e3cf /node/scalaroperatornode.h | |
| parent | cedc70618afa6826d409a64078ea1a8ede4af06c (diff) | |
| parent | bbc6f032bf8f182e6e4e97c7afddf47a3fb8a911 (diff) | |
| download | OneRoll-2a8fd91924799e713c79f8a8e7d9edc94574a6ca.tar.gz OneRoll-2a8fd91924799e713c79f8a8e7d9edc94574a6ca.zip | |
update diceparser
Diffstat (limited to 'node/scalaroperatornode.h')
| -rw-r--r-- | node/scalaroperatornode.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node/scalaroperatornode.h b/node/scalaroperatornode.h index 0855a4c..7753a6f 100644 --- a/node/scalaroperatornode.h +++ b/node/scalaroperatornode.h @@ -115,6 +115,11 @@ private: * @return */ static qint64 multiple(qint64,qint64); + /** + * @brief power + * @return + */ + static qint64 power(qint64,qint64); private: ExecutionNode* m_internalNode; |