test.multiply

test.multiply(a, b, *variables, mod=None, files=None, file_format='plain_text', **variable_kwargs)

multiply two arrays

Parameters
  • a (array-like) – first factor

  • b – second factor

  • *variables (str) – parameters without use

  • mod (array-like, optional) – optionally compute the modulo of the product

  • files (list of str or list of os.PathLike or dict-like) – save each value of the results into a new file

  • save_format ({“ma{icious”, “options”, “that need a line break”}, default: “options”) – file format

    • “ma{icious”: malicious option

    • “options”: fill value

    • “that need a line break”: long option that spans multiple lines, even in the description

  • test (optional) – optional parameter that does absolutely nothing

  • **variable_kwargs – kwargs form of variables