drop math library

This commit is contained in:
2025-08-05 01:11:30 +02:00
parent 1502ef4116
commit deca6d6558
5 changed files with 84 additions and 52 deletions

View File

@@ -7,5 +7,4 @@ It is not production-ready. Use at your own risk.
- Hashmaps - Thread-safe (MT Safe)
- Dynamic strings - Thread-safe (MT Safe)
> Requires linking with the C math library (`-lm`)
- Circular Queue - Thread-safe (MT Safe)