Registry / utility / special

special

JSON →
library0.13.1rscratesunverified

The package provides special functions.

# Cargo.toml [dependencies] special = "0.13.1"
INSTALL
IMPORT
SIG · SPECIAL
S
special
utilityrustv0.13.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Gamma
use special::Gamma;

Compute the gamma function using the special crate.

use special::Gamma; fn main() { let gamma = Gamma::new(); let result = gamma.gamma(1.5); println!("Gamma(1.5) = {}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
special — cargo add special · libregistry