Add mathutil package and constants

Introduce a new package for math utilities, including an Add function
and Euler's number. Also, add constants for Celsius conversion and basic
arithmetic.
This commit is contained in:
2026-02-11 08:26:53 +01:00
parent 306aab2b33
commit 4c19aab2f9
4 changed files with 43 additions and 0 deletions

View File

@@ -3,3 +3,4 @@
https://www.youtube.com/watch?v=ID9NZ88JeOE
1. (00:04:58) Package
2. (00:15:14) Func