Added division algorithm (not working yet)

This commit is contained in:
2025-11-13 16:22:56 +01:00
parent 5af5699e66
commit fd07e27337
4 changed files with 330 additions and 5 deletions

View File

@@ -141,7 +141,7 @@ This will compile the library as well as the `usage.c` file and the unit tests.
## Documentation
For additional details about this library (internal design, memory
management, data ownership, etc.) go to the `docs/` folder.
management, data ownership, etc.) go to the [docs folder](/docs).
## Unit tests
Datum provides some unit tests for both the `Vector` and the `Map` data types. To run them, you can issue the following commands: