diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-06-08 10:24:03 +1000 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-06-08 10:24:03 +1000 |
| commit | c9f5da1d19e6ace5d6a7c650fe996f359e11d1a5 (patch) | |
| tree | c5d61055549f1819d902e567f7227e0c3778300c /include/tinyff/math | |
| parent | 62cbefa6a8fca583c6f600f1d7e24f0c61c91b1e (diff) | |
docs(headers): Clean up comments across public headers
Diffstat (limited to 'include/tinyff/math')
| -rw-r--r-- | include/tinyff/math/core.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/tinyff/math/core.h b/include/tinyff/math/core.h index 1db7a40..946cbe7 100644 --- a/include/tinyff/math/core.h +++ b/include/tinyff/math/core.h @@ -1,9 +1,7 @@ #ifndef FF_MATH_H #define FF_MATH_H -// NOTE: I'm not going to use macros until I feel like my trash code -// might actually be used in prod. For now im using my beloved -// static inline functions. Oh god dennis richie, i love you so bad <3 +// Static inline functions for type safety over macros |
