mech-math 0.1.0

Math library for the Mech language
Documentation
[badges.gitlab]
branch = "main"
repository = "mech-lang/machines/math"

[badges.maintenance]
status = "actively-developed"
[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libm]
version = "0.2.6"

[dependencies.mech-core]
default-features = false
version = "0.1"

[dependencies.mech-utilities]
default-features = false
version = "0.1"

[lib]
crate-type = ["dylib", "rlib"]

[package]
authors = ["Corey Montella <corey@mech-lang.org>"]
description = "Math library for the Mech language"
documentation = "http://docs.mech-lang.org"
edition = "2021"
homepage = "https://mech-lang.org"
keywords = ["mech", "language", "programming"]
license = "Apache-2.0"
name = "mech-math"
readme = "README.md"
repository = "https://github.com/mech-machines/math"
version = "0.1.0"