Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IntegralPilot/rustc_codegen_jvm
/ halving_f64
Function
halving_f64
tests/binary/fn_pointers/src/main.rs:24–26 ·
view source on GitHub ↗
(x: f64)
Source
from the content-addressed store, hash-verified
22
}
23
24
fn halving_f64(x: f64) -> f64 {
25
x / 2.0
26
}
27
28
fn scale_f64(x: f64, factor: f64) -> f64 {
29
x * factor
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected