rs-math 0.1.0

This is a math library, a math library written in Rust. Write in a native way as much as possible in this math library, reducing the use of third-party libraries. There may be some errors in this math library, and we hope that users can provide suggestions for modification. I will continue to track related issues when submitting Issues, and if possible, please also participate in my project.
Documentation
[dependencies.approx]
features = []
version = "0.5.0"

[dependencies.env_logger]
version = "0.10"

[dependencies.log]
version = "0.4.20"

[dev-dependencies.ctor]
version = "0.1.19"

[package]
authors = ["Zen Huifer <huifer97@163.com>"]
description = """
This is a math library, a math library written in Rust.
Write in a native way as much as possible in this math library, reducing the use of third-party libraries.
There may be some errors in this math library, and we hope that users can provide suggestions for modification. I will continue to track related issues when submitting Issues, and if possible, please also participate in my project.
"""
edition = "2021"
homepage = "https://huifer.github.io/rs-math/"
keywords = ["math", "rust", "utils"]
license-file = "LICENSE"
name = "rs-math"
readme = "Readme.md"
repository = "https://github.com/huifer/rs-math.git"
version = "0.1.0"

[[test]]
name = "all_test"
path = "tests/lib.rs"