Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

HTML Rounding Question

Dumb question for an HTML newb: How do you round up or down for an HTML calculation?  For example, I want to round up on the equation: ((@{strength_score} + @{endurance_score} + @{agility_score}) / 5) I know this is probably an easy question, but I can't find anything about rounding in HTML.
1537749448
Andreas J.
Forum Champion
Sheet Author
Translator
I don't think the HTML does any calcualations, it done by roll20's dice logic. This segment  says it's either ceil() or round() you should wrap around the part to be rounded. 
Thanks! That was exactly what I was looking for!