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

Function ceilf

cranelift/filetests/src/function_runner.rs:716–718  ·  view source on GitHub ↗
(a: f32)

Source from the content-addressed store, hash-verified

714 }
715 "ceilf" => {
716 extern "C" fn ceilf(a: f32) -> f32 {
717 a.ceil()
718 }
719 Some(ceilf as *const u8)
720 }
721 "trunc" => {

Callers 2

wasm_ceilMethod · 0.85
wasm_nearestMethod · 0.85

Calls 1

ceilMethod · 0.80

Tested by

no test coverage detected