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

Method sqrt

cranelift/interpreter/src/value.rs:624–626  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

622 }
623
624 fn sqrt(self) -> ValueResult<Self> {
625 unary_match!(sqrt(&self); [F32, F64]; [Ieee32, Ieee64])
626 }
627
628 fn fma(self, b: Self, c: Self) -> ValueResult<Self> {
629 match (self, b, c) {

Callers 2

translate_operatorFunction · 0.45
wasm_sqrtMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected