Docs.rs
num-0.4.3
num 0.4.3
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cuviper
Dependencies
num-bigint ^0.4.5
normal
optional
num-complex ^0.4.6
normal
num-integer ^0.1.46
normal
num-iter ^0.1.45
normal
num-rational ^0.4.2
normal
num-traits ^0.2.19
normal
Versions
14.29%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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 pow
num
0.4.3
Module pow
Module Items
Traits
Functions
In crate num
num
Module
pow
Copy item path
Source
Traits
§
Pow
Binary operator for raising a value to a power.
Functions
§
checked_
pow
Raises a value to the power of exp, returning
None
if an overflow occurred.
pow
Raises a value to the power of exp, using exponentiation by squaring.