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

Function scale_f64

tests/binary/fn_pointers/src/main.rs:28–30  ·  view source on GitHub ↗
(x: f64, factor: f64)

Source from the content-addressed store, hash-verified

26}
27
28fn scale_f64(x: f64, factor: f64) -> f64 {
29 x * factor
30}
31
32fn negate_i32(x: i32) -> i32 {
33 -x

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected