Docs.rs
reim-0.0.8
reim 0.0.8
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
btwiuse
Dependencies
disp ^0
normal
num ^0
normal
Versions
71.43%
of the crate is documented
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
reim
0.0.8
All Items
Crate Items
Structs
Constants
Functions
Crate
reim
Copy item path
Source
Expand description
complex number library
Structs
§
Complex
complex number definition.
Constants
§
ONE
the complex one: (1, 0)
ZERO
the complex zero: (0, 0)
Functions
§
conjugate
the conjugate of a+bi is a-bi