pub fn elementwise_div(a: &Value, b: &Value) -> Result<Value, String>
Element-wise division: A ./ B Supports matrix-matrix, matrix-scalar, and scalar-matrix operations