Docs.rs
pliron-0.15.0
pliron 0.15.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
vaivaswatha
Dependencies
awint ^0
normal
combine ^4
normal
downcast-rs ^2
normal
dyn-clone ^1
normal
hi_sparse_bitset ^0
normal
log ^0
normal
pliron-derive ^0
normal
regex ^1
normal
rustc-hash ^2
normal
rustc_apfloat ^0.2
normal
slotmap ^1
normal
thiserror ^2
normal
utf8-chars ^3
normal
env_logger ^0
dev
expect-test ^1
dev
linkme ^0
normal
inventory ^0
normal
wasm-bindgen-test ^0.3
dev
Versions
82.42%
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
GetSemantics
pliron
0.15.0
GetSemantics
Required Methods
get_semantics
Implementors
In pliron::
utils::
apfloat
pliron
::
utils
::
apfloat
Trait
GetSemantics
Copy item path
Source
pub trait GetSemantics { // Required method fn
get_semantics
() ->
Semantics
where Self:
Sized
; }
Required Methods
§
Source
fn
get_semantics
() ->
Semantics
where Self:
Sized
,
Implementors
§
Source
§
impl
GetSemantics
for
BFloat
Source
§
impl
GetSemantics
for
Double
Source
§
impl
GetSemantics
for
Float8E4M3FN
Source
§
impl
GetSemantics
for
Float8E5M2
Source
§
impl
GetSemantics
for
Half
Source
§
impl
GetSemantics
for
Quad
Source
§
impl
GetSemantics
for
Single
Source
§
impl
GetSemantics
for
X87DoubleExtended