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

Function linear

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

Source from the content-addressed store, hash-verified

81}
82
83fn linear(x: f64) -> f64 {
84 2.0 * x + 3.0
85}
86
87fn square(x: f64) -> f64 {
88 x * x

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected