Skip to content

use-equation

0.0.6 Versioned crate with live registry and docs.rs links.

use-equation belongs to the use-math facade.

Package links

Facade placement

Use use-equation directly when you want a narrower dependency surface than the use-math facade. It remains part of the current crate inventory for this facade.

RustDocs

This crate uses a stable RustUse RustDocs route alongside the workspace Rustdocs bundle.

Copyable source

Copy use-equation into your codebase

Copy the current use-equation source bundle or inspect the files behind the stable RustUse docs surface for this crate.

Cargo.toml

2 files TOML

Browse crate files
            [package]
name = "use-equation"
description = "Small equation-solving primitives for RustUse"
publish = true
authors.workspace = true
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
readme = "README.md"
homepage = "https://github.com/RustUse/use-math"
documentation = "https://docs.rs/use-equation"
keywords = ["math", "equation", "roots", "quadratic", "solver"]
categories = ["mathematics", "science"]

[package.metadata.docs.rs]
all-features = true

[features]
default = []
polynomial = ["dep:use-polynomial"]

[dependencies]
use-polynomial = { version = "0.0.6", path = "../use-polynomial", optional = true }

[lints]
workspace = true
          

Tags

  • math
  • equation
  • roots