Font-size: A A A
Version: 1.0
The / operator divides two numbers and returns a floating-point number.
<% result = 25.0 / 4.975 %>
5.0251256281407
<% result = 25 / 5 %>
5