Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ ceil
Function
ceil
cranelift/filetests/src/function_runner.rs:710–712 ·
view source on GitHub ↗
(a: f64)
Source
from the content-addressed store, hash-verified
708
match name {
709
"ceil"
=> {
710
extern
"C"
fn ceil(a: f64) -> f64 {
711
a.ceil()
712
}
713
Some(ceil as *const u8)
714
}
715
"ceilf"
=> {
Callers
3
with_size
Method · 0.85
wasm_ceil
Method · 0.85
wasm_nearest
Method · 0.85
Calls
1
ceil
Method · 0.80
Tested by
no test coverage detected