hugo/docs
raoulb 9d2b5f98d0
math: Add trigonometric functions and some angle helper functions
This commit adds these new template functions in the `math` namespace:

math.Acos
math.Asin
math.Atan
math.Atan2
math.Cos
math.Pi
math.Sin
math.Tan
math.ToDegrees
math.ToRadians

Co-authored-by: Joe Mooring <joe@mooring.com>
2024-07-29 11:05:36 +02:00
..
.github
.vscode
_vendor
archetypes
assets/images
config
content/en math: Add trigonometric functions and some angle helper functions 2024-07-29 11:05:36 +02:00
data math: Add trigonometric functions and some angle helper functions 2024-07-29 11:05:36 +02:00
layouts/shortcodes
src
static
.cspell.json
.editorconfig
.gitignore
.markdownlint.yaml
.markdownlintignore
.textlintignore
go.mod
go.sum
hugo.toml
hugo.work
hugo_stats.json
hugoreleaser.toml
LICENSE.md
netlify.toml
pull-theme.sh
README.md

Hugo

A fast and flexible static site generator built with love by bep, spf13, and friends in Go.


Netlify Status PRs Welcome

This is the repository for the Hugo documentation site.

Please see the contributing section for guidelines, examples, and process.