...

Text file src/github.com/noirbizarre/gonja/testData/expressions/floats.tpl

Documentation: github.com/noirbizarre/gonja/testData/expressions

     1{{ 5.5 }}
     2{{ 5.172841 }}
     3{{ 5.5 - 1.5 == 4 }}
     4{{ 5.5 - 1.5 == 4.0 }}

View as plain text