Add LICENSE and README.md

This commit is contained in:
2026-08-31 03:11:01 -05:00
parent 5d71bd4878
commit 0e3112f61e
2 changed files with 29 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
numz
----
# Description
A basic linear algebra library for zig.
This library is designed for vectors and matrices of small sizes that you might need for graphics
programming.