6 Commits

Author SHA1 Message Date
Joe Mooring
5f32c92ed9
theme: Restore deduplication logic for related items 2025-03-06 09:07:27 -08:00
Joe Mooring
a943a4bb83
theme: Implement related content tooling 2025-03-06 02:55:29 -08:00
Joe Mooring
2fcd21ee5c content: Remove "related" array from function and method pages
Closes #2967
2025-03-05 17:03:42 -08:00
Joe Mooring
b6cae5cbc6
content: Consolidate configuration documentation 2025-03-05 04:50:06 -08:00
Joe Mooring
367d3a7ab8
Improve new-in shortcode 2025-01-31 20:05:57 -08:00
raoulb
e2458074dc 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