rusticle 2.0.0

High-performance Rust library for numerical computing.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "rusticle"
version = "2.0.0"
edition = "2024"
description = "High-performance Rust library for numerical computing."
authors = ["Soham Ghugare <soham.ghugare@gmail.com>"]
keywords = ["complex-numbers", "math", "rust"]
categories = ["mathematics"]
license = "Apache-2.0"
repository = "https://github.com/SohamGhugare/rusticle"
readme = "README.md"

[dependencies]