Docs.rs
tp-runtime-2.1.2
tp-runtime 2.1.2
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
marlonhanks
Dependencies
arithmetic ^2.1.2
normal
tetsy-scale-codec ^2.0.1
normal
either ^1.5
normal
impl-trait-for-tuples ^0.2.0
normal
log ^0.4.8
normal
optional
paste ^0.1.6
normal
rand ^0.7.2
normal
optional
serde ^1.0.101
normal
optional
tet-application-crypto ^2.1.2
normal
tet-core ^2.1.2
normal
tet-io ^2.1.2
normal
tetcore-std ^2.1.2
normal
tetsy-hash256-std-hasher ^0.15.2
normal
tetsy-util-mem ^0.9.1
normal
rand ^0.7.2
dev
serde_json ^1.0.41
dev
tp-state-machine ^2.1.2
dev
Versions
100%
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
gcd
tp_
runtime
2.1.2
In tp_
runtime::
helpers_
128bit
tp_runtime
::
helpers_128bit
Function
gcd
Copy item path
Source
pub fn gcd(a:
u128
, b:
u128
) ->
u128
Expand description
Helper gcd function used in Rational128 implementation.