diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-07-19 15:07:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-19 15:07:49 +0200 |
commit | f796779f7c89cd2c92bc4531e5e90f49acda30f9 (patch) | |
tree | 96bffa75633d0a624f788c2e8bd402937b46c3b0 /core/math/expression.h | |
parent | 2ca3e47d66fe3f3d849e2084d516949c84011f4b (diff) | |
parent | a60f242982d70e85a5b2c182eb3289b2fa7812e1 (diff) |
Merge pull request #23310 from aaronfranke/posmod-int
Add integer posmod and rename default arg names
Diffstat (limited to 'core/math/expression.h')
-rw-r--r-- | core/math/expression.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/math/expression.h b/core/math/expression.h index 1113bb6587..03a2bb70e6 100644 --- a/core/math/expression.h +++ b/core/math/expression.h @@ -51,6 +51,7 @@ public: MATH_SQRT, MATH_FMOD, MATH_FPOSMOD, + MATH_POSMOD, MATH_FLOOR, MATH_CEIL, MATH_ROUND, |