MCPcopy 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_sizeMethod · 0.85
wasm_ceilMethod · 0.85
wasm_nearestMethod · 0.85

Calls 1

ceilMethod · 0.80

Tested by

no test coverage detected