﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
32955	widthratio does not round properly	alfonsrv	nobody	"The documentation states, quote

  175/200 = .875; .875 * 100 = 87.5 which is rounded up to 88

Using the example provided in the official documentation produces 88px. However when dividing 5/2, it results in 2 instead of what I would expect to be 3.

{{{
{% widthratio 5 2 1 as width %}
The width is: {{ width }} {# results in 2 instead of 3 #}
}}}


https://docs.djangoproject.com/en/3.0/ref/templates/builtins/#:~:text=87.5%20which%20is%20rounded%20up%20to%2088
"	Uncategorized	new	Template system	3.1	Normal				Unreviewed	0	0	0	0	1	0
