Commit Graph

11 Commits

Author SHA1 Message Date
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
Joe Mooring b8d5383f71 Replace links to variable pages with links to method pages
See #2196
2024-02-19 19:07:38 +01:00
Joe Mooring 145a923598 Simplify string concat example in math.Add 2024-01-28 08:45:52 -08:00
Joe Mooring 42488bb097 Add string concat example to math.Add 2024-01-28 08:42:30 -08:00
Joe Mooring e97762b2a9 Update front matter in math.Sub 2024-01-18 14:26:46 -08:00
Joe Mooring e4a18946ea Miscellaneous corrections 2024-01-05 05:34:25 -08:00
Joe Mooring 6ed2e19c25 tpl/math: Add math.Rand template function
Closes #11833
2023-12-29 19:37:27 +01:00
Joe Mooring e699eb313b Add new-in tags to select functions and methods 2023-11-22 14:13:37 -08:00
Joe Mooring 52179fb189 Miscellaneous edits 2023-11-09 17:07:34 -08:00
Joe Mooring 723a827fdc Namespace functions and methods 2023-11-04 21:01:42 -07:00
Joe Mooring a3a40ff999 Add return type to functions 2023-09-30 21:03:52 -07:00