5 Commits

Author SHA1 Message Date
097d9df847 Fixed the library to use the new Rust 2018 module system. 2019-01-20 00:59:58 -05:00
0230b18624 Fixed a lot of the cargo tests. This required Real functions to use libc. 2017-07-01 15:32:44 -04:00
Jason Travis Smith
9306a73f9a Added the Zero and One traits to sigils.
It looks like these may be removed from the standard library soon.
2016-01-06 05:59:38 -05:00
Jason Smith
7fd08542e9 This commit moves the library into a usable state.
There is still some work to do with defining
integers and whole numbers better, but for now
the library is usable and reasonably tested.
2015-12-01 15:48:02 -05:00
Jason Travis Smith
0160780bd1 Created a new math library.
This library will e the math library of the magic game engine.

Currently, it defines basic numerical types that can be used in generic programming
and a set of generic Vector structures.

Tests can be added to the "tests" crate.
2015-10-04 02:59:26 -04:00