Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_floor
Method · 0.85
wasm_nearest
Method · 0.85
Calls
1
floor
Method · 0.80
Tested by
no test coverage detected