Adds two numbers and returns the result. Examples let result = binnev_rust_template::add(2.0, 3.0); assert_eq!(result, 5.0);