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

Function floor

cranelift/filetests/src/function_runner.rs:734–736  ·  view source on GitHub ↗
(a: f64)

Source from the content-addressed store, hash-verified

732 }
733 "floor" => {
734 extern "C" fn floor(a: f64) -> f64 {
735 a.floor()
736 }
737 Some(floor as *const u8)
738 }
739 "floorf" => {

Callers 2

wasm_floorMethod · 0.85
wasm_nearestMethod · 0.85

Calls 1

floorMethod · 0.80

Tested by

no test coverage detected