MCPcopy Create free account
hub / github.com/IntegralPilot/rustc_codegen_jvm / square

Function square

tests/binary/fn_pointers/src/main.rs:87–89  ·  view source on GitHub ↗
(x: f64)

Source from the content-addressed store, hash-verified

85}
86
87fn square(x: f64) -> f64 {
88 x * x
89}
90
91fn constant(_x: f64) -> f64 {
92 42.0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected