Crate rusticle

Source
Expand description

§Rusticle - A high-performance Rust library for numerical computing

Hello, and welcome to the only Rust library you’ll ever need for math.

This library provides a comprehensive set of tools for numerical computing, including support for complex numbers, linear algebra, and more.

§Usage

Add this to your Cargo.toml:

[dependencies]
rusticle = "0.4.10"

or use cargo add rusticle to add it to your project.

§Features

FeatureDescription
complexComplex number support with operations like addition, subtraction, multiplication, division, and parsing from strings
linalgLinear algebra support including vectors and matrices with complex number support

Re-exports§

pub use complex::Angle;

Modules§

complex
Complex number module for Rust
linalg
Linear algebra module for Rust