I updated the version number and gave the library a better description.
Also, I removed the pack and bindings requirement. Rust-lang now has a
libm replacement library it seems, and Sigils will be using that going
foreward.
These were moved to their own trait and removed from the definition of
a Real number. This allows the definition of a trigonometric function
to call a different libc trig function depending on type.
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.