Replies: 1 comment 2 replies
-
I need a floor function (or trunc) specifically for D&D stat calculations, where you often round down (e.g. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We've already got some mathematical functions like
round()
andsum()
, but bothtrunc()
andfloor()
are missing? Should we add these to library of DQL functions?Some threads where this could have been useful:
Should we add one of them, or both?
Beta Was this translation helpful? Give feedback.
All reactions