srmadrid/zml
Zig Mathematics Library
A Zig numerical and symbolic mathematics library.
This library is in the early stages of development and is not yet ready for use. Breaking changes are to be expected every commit, and only the most basic functionality is currently implemented.
To use this library in your project, run
zig fetch --save git+https://github.com/srmadrid/zml
and add it to your build.zig file:
const zml = b.dependency("zml", .{});
exe.root_module.addImport("zml", zml.module("zml"));
This library is in the early stages of development and is not yet ready for use. Breaking changes are to be expected every commit, and only the most basic functionality is currently implemented (see Current Features for more information).