summaryrefslogtreecommitdiffstats
path: root/tpl/math
AgeCommit message (Expand)Author
2024-01-28all: Run gofumpt -l -w .Bjørn Erik Pedersen
2024-01-27all: Rework page store, add a dynacache, improve partial rebuilds, and some g...develop2024Bjørn Erik Pedersen
2023-12-29tpl/math: Add math.Rand template functionJoe Mooring
2023-10-05all: Format files with gofmtOleksandr Redko
2023-06-13tpl/math: Allow variadic math functions to take slice args, add math.Product,...Bjørn Erik Pedersen
2023-05-16tpl: Add math.AbsOleksandr Redko
2023-05-16Create a struct with all of Hugo's config optionsBjørn Erik Pedersen
2023-03-14tpl/math: Return error if less than 2 input numberssepts
2023-03-11tpl/math: Allow multi numbers in add, sub, mul, div, min and maxsepts
2023-02-25Add a page template funcBjørn Erik Pedersen
2022-11-25tpl: Use consistent delimiter spacing in examplesJoe Mooring
2022-05-06tpl: Improve godocBjørn Erik Pedersen
2022-03-17all: gofmt -w -r 'interface{} -> any' .Bjørn Erik Pedersen
2022-02-24Add Markdown diagrams and render hooks for code blocksBjørn Erik Pedersen
2022-02-17tpl/partials: Make sure a cached partial is invoked only onceBjørn Erik Pedersen
2021-08-01Fix error handling for the time func aliasBjørn Erik Pedersen
2021-05-28Add math.Max and math.MinJoe Mooring
2020-12-16all: Fix minor typosPhil Davis
2020-12-03all: Format code with gofumptBjørn Erik Pedersen
2020-05-14Add math.PowJoe Mooring
2020-02-24tpl: Add math.SqrtChris Dennis
2019-08-12tests: Convert from testify to quicktestBjørn Erik Pedersen
2019-03-24all: Apply staticcheck recommendationsBjørn Erik Pedersen
2018-11-30tpl: Add godoc packages commentsCameron Moore
2018-07-06Add a newScratch template funcBjørn Erik Pedersen
2017-10-30tpl/math: Refactor Mod with castArtem Sidorenko
2017-09-26tpl: Add math.Ceil, Floor, and Round to method mappingsCameron Moore
2017-09-24tpl: Add math.Ceil, Floor, and RoundCameron Moore
2017-08-07all: Fix spellingBjørn Erik Pedersen
2017-08-03Add some missing doc commentsJorin Vogel
2017-07-03tpl/math: Add log functionArtem Sidorenko
2017-06-13all: Update import paths to gohugoio/hugoBjørn Erik Pedersen
2017-05-20tpl: Make the Namespace func signature explicitBjørn Erik Pedersen
2017-05-02tpl: Add basic tests for all namespace init funcsCameron Moore
2017-05-01tpl: Add docshelper for template funcsBjørn Erik Pedersen
2017-05-01tpl: Fix the remaining template funcs namespace issuesBjørn Erik Pedersen
2017-05-01tpl/math: Make it a package that stands on its ownBjørn Erik Pedersen
2017-04-30tpl: Add template function namespacesCameron Moore