calc_lib 1.5.4

A library for calculating things with correct order of operations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies]

[package]
authors = ["eric (Sk3pz) skepz.dev@gmail.com"]
description = "A library for calculating things with correct order of operations"
documentation = "https://docs.rs/calc_lib/latest/calc_lib/index.html"
edition = "2021"
homepage = "https://crates.io/crates/calc_lib"
license = "MIT"
name = "calc_lib"
readme = "README.md"
repository = "https://github.com/sk3pz/calc_lib"
resolver = "2"
version = "1.5.4"