<html>
<head>
<title>FreeMarker: Arithmetic Test</title>
</head>
<body>

<p>A simple test follows:</p>

<p>Perform a number assignment:</p>


3.234
2.00
0.6172500000000000000000000000000000000000
1.620089104901
1.6201

<P>Display a number with at least 3 digits after the decimal point</P>

1234.000

<p>Now use numbers in assignment</p>


1257.77

</body>
</html>
