Docs.rs
scirs2-series-0.1.0-rc.2
scirs2-series 0.1.0-rc.2
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
cool-japan
Dependencies
console_error_panic_hook ^0.1
normal
optional
js-sys ^0.3
normal
optional
memmap2 ^0.9.8
normal
num_cpus ^1.17.0
normal
numpy ^0.26.0
normal
optional
pyo3 ^0.26.0
normal
optional
scirs2-core ^0.1.0-rc.2
normal
scirs2-fft ^0.1.0-rc.2
normal
scirs2-linalg ^0.1.0-rc.2
normal
scirs2-stats ^0.1.0-rc.2
normal
serde ^1.0
normal
optional
serde-wasm-bindgen ^0.6
normal
optional
serde_json ^1.0
normal
optional
statrs ^0.18.0
normal
thiserror ^2.0.16
normal
wasm-bindgen ^0.2
normal
optional
wasm-bindgen-futures ^0.4
normal
optional
web-sys ^0.3
normal
optional
approx ^0.5.1
dev
criterion ^0.7.0
dev
tempfile ^3.23.0
dev
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module sign
scirs2_
series
0.1.0-rc.2
Module sign
Module Items
Traits
Functions
In scirs2_
series::
gpu_
acceleration::
numeric::
num_
traits
scirs2_series
::
gpu_acceleration
::
numeric
::
num_traits
Module
sign
Copy item path
Source
Traits
§
Signed
Useful functions for signed numbers (i.e. numbers that can be negative).
Unsigned
A trait for values which cannot be negative
Functions
§
abs
Computes the absolute value.
abs_sub
The positive difference of two numbers.
signum
Returns the sign of the number.