nott 0.1.0

A versatile math library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "nott"
version = "0.1.0"
edition = "2021"
authors = ["M.Amin Rayej"]
description = "A versatile math library"
readme = "README.md"
license-file = "LICENSE"
keywords = ["math", "algebra", "probability", "calculus"]
categories = ["mathematics"]
repository = "https://github.com/maminrayej/nott"
homepage = "https://github.com/maminrayej/nott"
documentation = "https://docs.rs/nott"

[dependencies]