
Is there a simple arithmetic reference?
I'm looking for just a simple summary of the various arithmetic functions available, such as if there is a 'round down' or a 'standard shortcut for round down'?
If there are functions like 'modulo' and so on.
For a simple function I'd want to do is ((Stat)Modulo2 - 5) to try figure out things like modifier stats and so on. Or to be able to say rounddown((Stat-10)/2).
I'm looking for just a simple summary of the various arithmetic functions available, such as if there is a 'round down' or a 'standard shortcut for round down'?
If there are functions like 'modulo' and so on.
For a simple function I'd want to do is ((Stat)Modulo2 - 5) to try figure out things like modifier stats and so on. Or to be able to say rounddown((Stat-10)/2).