Registry / utility / special-fun

special-fun

JSON →
library0.3.1rscratesunverified

Provides special functions for Rust by binding to the Cephes library.

# Cargo.toml [dependencies] special-fun = "0.3.1"
INSTALL
IMPORT
SIG · SPECIAL-FUN
S
special-fun
utilityrustv0.3.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.

j0
use special_fun::bessel::j0;

Compute the Bessel function of the first kind of order 0.

use special_fun::bessel::j0; fn main() { let result = j0(1.0); println!("{}", result); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
special-fun — cargo add special-fun · libregistry