Commit Graph

5 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
097d9df847 Fixed the library to use the new Rust 2018 module system. 2019-01-20 00:59:58 -05:00
ee44b87b1c Adjusted to use the newer Pact structuring. 2017-12-17 14:32:46 -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
43a1e30808 Added the basic trigonometric functions.
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.
2017-06-27 18:19:33 -04:00