...

Text file src/github.com/noirbizarre/gonja/testData/expressions/multiplications-divisions.tpl

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

     1{{ 2 * 5 }}
     2{{ 2 * 5.0 }}
     3{{ 2 * 0 }}
     4{{ 2.5 * 5.3 }}
     5{{ 1 / 2 }}
     6{{ 1 / 2.0 }}
     7{{ 1 // 2 }}
     8{{ 1 / 0.000001 }}
     9{{ 1 // 0.000001 }}
    10{{ 11 % 7 }}
    11{{ '=' * 80 }}

View as plain text