Subtracts the second number from the first and returns the result. Examples let result = binnev_rust_template::subtract(5.0, 3.0); assert_eq!(result, 2.0);