mathx 0.0.1

A mathematics library designed to work with no_std
Documentation
1
2
3
4
5
6
7
8

# Mathx


A mathematics library that is compatible with `no_std`, to be used with embedded systems.

## Note


This library is currently a work in progress, and the only thing that is available at the moment is creating 2D and 3D vectors and performing simple arithmetic with them.