hybrid_phi 0.1.2

High-accuracy φ-based hybrid approximation method
Documentation
[dependencies.rand]
version = "0.8"

[[example]]
name = "demo"
path = "examples/demo.rs"

[lib]
name = "hybrid_phi"
path = "src/lib.rs"

[package]
authors = ["Idan Kaminer info@paxintrade.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["algorithms", "mathematics", "embedded"]
description = "High-accuracy φ-based hybrid approximation method"
edition = "2021"
exclude = ["/target/*", "**/*.rs.bk", "**/*.log", "**/*.tmp", "**/.DS_Store", "/.idea/*", "/.vscode/*", "*.zip", "*.png", "*.jpg"]
keywords = ["approximation", "compression", "numerical", "embedded", "float"]
license = "MIT"
name = "hybrid_phi"
readme = "README.md"
repository = "https://github.com/andysay1/hybrid_phi"
version = "0.1.2"