Commit Graph

6 Commits

Author SHA1 Message Date
6cdd077577 [#2] Added Licensing.
I decided on the Apache-2.0 license and have stamped all the files to
now point to that license.
2025-07-29 12:38:11 -04:00
59b1e2eea1 [#1] Fixed up unused imports, docs, and tests. 2025-03-10 13:04:37 -04:00
273a7c1699 [#1] Removing unneeded imports and adjusting code.
Bounded was brought over from the weave library since weave is being
eliminated. Also, at some point along the way, rust 1.43.0, f32 and
f64 started defining NaN, so now we are using the compiler definitions.
2025-03-10 12:17:37 -04:00
98d720816d Moved the Bounded trait to the Weave library. 2018-03-22 01:07:06 -04:00
1250e46066 Associated constants are now in the language proper.
The feature gate is no longer required and the constants can be used.
2018-01-05 00:08:54 -05:00
7ae702fd5c Finished the Vector definition.
This complete what is needed for the definition of Vector2, Vector3, and Vector4.

This required a trigonometry section, fleshing out the rest of the Number, ToNumber,
and FromNumber section, correctly defining all the available function for the Real
trait, and defining several constants.
2015-10-09 13:02:54 -04:00