Docs.rs
quantr-0.2.4
quantr 0.2.4
Docs.rs crate page
EUPL-1.2
Links
Homepage
Repository
crates.io
Source
Owners
a-barlow
Dependencies
rand ^0.8.5
normal
Versions
88.75%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
☰
quantr
0.2.4
?
Macro
quantr
::
complex_zero
source
·
[
−
]
macro_rules!
complex_zero { () => { ... }; }
Expand description
Shortcut for
complex!(0f64, 0f64)
.