From 0d2ac0be336feb283c41f61c7c1177b9c9ca24f8 Mon Sep 17 00:00:00 2001 From: kirk Date: Thu, 29 Jun 2023 02:17:39 +0000 Subject: [PATCH] add constgebra to list of math crates --- src/unsorted/math.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/unsorted/math.md b/src/unsorted/math.md index 91271710..4367b867 100644 --- a/src/unsorted/math.md +++ b/src/unsorted/math.md @@ -70,6 +70,7 @@ If you need to perform more complex operations like DSP signal processing or adv algebra on your MCU, the following crates might help you - [CMSIS DSP library binding](https://github.com/jacobrosenthal/cmsis-dsp-sys) +- [`constgebra`](https://crates.io/crates/constgebra) - [`micromath`](https://github.com/tarcieri/micromath) - [`microfft`](https://crates.io/crates/microfft) - [`nalgebra`](https://github.com/dimforge/nalgebra)