This commit is contained in:
Mert Gör
2025-01-06 10:08:06 +03:00
parent 6dfe943d65
commit 588070c130
3 changed files with 45 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2025-01-06 Mert Gör <mertgor@masscollabs.xyz>
* c-basic/CSD-C-Basic-Book/C.pdf: Sabitler(Literals) page 31
* c-basic/sin_cos_tan.c (main): other mathematical operations like sin cos asin acos tan atan functions
* c-basic/log.c (main): page 30-31 log code
2025-01-03 Mert Gör <mertgor@masscollabs.xyz>
* c-basic/pow.c (main): pow example written