Jason Travis Smith 902aeb5dbe This adds get_size() to all vector implementations.
get_size() was added so that vectors could all be converted to Vector4
when being turned into binary values.

from_str_radix() for floating point numbers was deprecated from the
standard library. Until there is time to write our own implementation
of this floating point numbers will panic on non base 10 string
conversion. Base 10 string conversion will use the from_str function.
2015-12-31 02:58:21 -05:00
2015-10-09 13:02:54 -04:00
2015-10-04 02:59:26 -04:00
2015-10-09 13:02:54 -04:00

Sigils

A mathematics library.

The code in this library uses macros pretty heavily. As such, please check the trait's documentation for a function since the macro definition will not really be documented. This was not done to make documentation difficult, but to make coding the library easier and to make it easier to maintain.

Description
A mathematics library.
Readme 157 KiB
Languages
Rust 100%