MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / Float64

Class Float64

crates/test-util/src/component.rs:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48/// Newtype wrapper for `f64` whose `PartialEq` impl considers NaNs equal to each other.
49#[derive(Copy, Clone, Debug, Arbitrary)]
50pub struct Float64(pub f64);
51
52macro_rules! forward_impls {
53 ($($a:ty => $b:ty,)*) => ($(

Callers 10

primitivesFunction · 0.85
variantsFunction · 0.85
valFunction · 0.85
liftMethod · 0.85
loadMethod · 0.85
make_f64Method · 0.85
test_round_trip_floatsFunction · 0.85
fromMethod · 0.85
arbitrary_valFunction · 0.85

Calls

no outgoing calls

Tested by 4

primitivesFunction · 0.68
variantsFunction · 0.68
test_round_trip_floatsFunction · 0.68