blob: 6fc9b2c2473f4d6fafc552c514949aeb0042f110 [file] [log] [blame] [edit]
pub fn f(x: f64, y: f64) -> f64 {
2.0 * x + y
}
pub fn g(x: f64) -> f64 {
2.0 * x
}