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