pub fn vector_modulo_float(left: Vec<f64>, right: Vec<f64>) -> String
Expand description

Returns the modulo of two float vectors as a string

Arguments

  • left - A vector of f64 floating-point numbers
  • right - A vector of f64 floating-point numbers

Returns

  • A string representing the element-wise modulo of the two input float vectors