2 releases

Uses old Rust 2015

0.1.2 Oct 3, 2017
0.1.0 Sep 21, 2017

#650 in Science

26 downloads per month

MIT license

550KB
8K SLoC

math

An attempt at a computer algbra system written in Rust

(It also contains a few useful traits, a proc_macro to turn mathematical notation into Rust code, avx-assembly or executable code.)

Building:

To build it, you will need a CPU supporting avx and enable it:

Write the following into math/.cargo/config to enable it just here:

[build]
rustflags = "-C target-cpu=native"

(It also works without avx, but then the JIT insn't avaible.)

Dependencies

~8.5MB
~186K SLoC