Searched defs:celsius_to_vpd (Results 1 – 1 of 1) sorted by relevance
38 celsius_to_vpd: fn(f32) -> i32, field44 let celsius_to_vpd = |x: f32| x.round() as i32; in default() localVariable