num-absurd 0.1.0

A mathematical framework extending traditional field theory to allow division by zero in an algebraically consistent manner
Documentation
[dependencies.num-complex]
version = "0.4.6"

[dependencies.num-traits]
version = "0.2.19"

[features]
default = ["std"]
serde = ["num-complex/serde"]
std = ["num-complex/std"]

[lib]
doctest = false
name = "num_absurd"
path = "src/lib.rs"

[package]
authors = ["J. Mtskerashvili <orcid:0009-0007-6955-6129>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science", "algorithms", "no-std"]
description = "A mathematical framework extending traditional field theory to allow division by zero in an algebraically consistent manner"
documentation = "https://docs.rs/num-absurd"
edition = "2024"
homepage = "https://github.com/mtskerashvili/num-absurd"
keywords = ["mathematics", "algebra", "complex-numbers", "division-by-zero", "number-theory"]
license = "MIT"
name = "num-absurd"
readme = false
repository = "https://github.com/mtskerashvili/num-absurd"
version = "0.1.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]