Docs.rs
adele-ring-0.1.0
adele-ring 0.1.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
crates.io
Source
Owners
joneseysinno
Dependencies
bytemuck ^1.14
normal
log ^0.4
normal
num-bigint ^0.4
normal
num-integer ^0.1
normal
num-traits ^0.2
normal
parking_lot ^0.12
normal
pollster ^0.3
normal
rayon ^1.10
normal
thiserror ^1.0
normal
wgpu ^22
normal
Versions
81.99%
of the crate is documented
Platform
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
Skip to main content
distinct_primes
adele_
ring
0.1.0
In adele_
ring::
primes
adele_ring
::
primes
Function
distinct_
primes
Copy item path
Source
pub fn distinct_primes(n:
u64
) ->
Vec
<
u64
>
Expand description
The distinct prime factors of
n
, ascending.