
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.