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.
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
Languages
Rust
100%