0.2.0 - BREAKING CHANGES.
QuadraticEquation
: Added intsect_with
.QuadraticEquation
: Added get_derivative
.QuadraticEquation
: Added intsect_with_linear
.LinearEquation
: Added intsect_with_quadratic
.LinearEquation
: Added intsect_with
.avg_macros
.Averages
: Added type Output
.IsInRange
: Added exclusive function.QuadraticEquation
is now generic.LinearEquation
is now generic.lib_rapid::math::general
to the new NumTools
trait.The original idea comes from Pencilcaseman, I collaborated with him to get LibRapid into Rust. We're closely working together to provide the best possible user experience and consistency over all libraries.
Sometimes I have to yank a version. To stay updated and to chat with us, please consider joining our Discord! https://discord.gg/cGxTFTgCAC
You want to contribute? Sure! You can contribute with:
FORMATRULES.md
for more information)Be sure to add documentation to any new public API with examples, and running cargo test
to ensure that your changes are valid.
Depending on the current published LibRapid version and how many crates are in queue on docs.rs, you may need to build the docs yourself.
To do that, simply git-clone this repository and then run cargo doc --open
. After that, your documentation should open automatically.
The Rust-port of LibRapid is a derivative from the main library made for C++ and Python. It's goal is to be optimised for speedy calculations, mathematical and scientific applications.