...

Text file src/github.com/noirbizarre/gonja/testData/expressions/float-comparison.tpl

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

     1{{ 5.5 <= 5.5 }}
     2{{ 5.5 < 5.5 }}
     3{{ 5.5 > 5.5 }}
     4{{ 5.5 >= 5.5 }}

View as plain text