hugo/tpl/math
Cameron Moore 19c5910485 tpl: Add math.Ceil, Floor, and Round
Ceil and Floor are frontends for the stdlib math functions. The Round
implementation is essentially the same thing except that the Go stdlib
doesn't include a Round implementation in a stable release yet.  I've
included the Round function slated for Go 1.10.

Fixes #3883
2017-09-24 10:06:14 +02:00
..
init.go tpl/math: Add log function 2017-07-03 00:20:48 +02:00
init_test.go all: Update import paths to gohugoio/hugo 2017-06-13 18:42:45 +02:00
math.go tpl: Add math.Ceil, Floor, and Round 2017-09-24 10:06:14 +02:00
math_test.go tpl: Add math.Ceil, Floor, and Round 2017-09-24 10:06:14 +02:00
round.go tpl: Add math.Ceil, Floor, and Round 2017-09-24 10:06:14 +02:00