mathsharp 0.6.0

collection of mathematical functions and resources to assist in solving a wide range of topics
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "mathsharp"
version = "0.6.0"
edition = "2021"
license = "Apache-2.0"
description = "collection of mathematical functions and resources to assist in solving a wide range of topics"
repository = "https://github.com/JosephGurak/mathsharp"

[dependencies]


[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3