[top][index]
search for:

{...} / Thing -- a binary operator, usually used for division

Synopsis:

  • Operator: / -- a binary operator, usually used for division
  • Input:
  • an instance of class List.
  • an instance of class Thing.
  • Output:
  • an instance of class List.
  • Code:

         -- ../../../Macaulay2/m2/lists.m2:15
         List / Thing := List => (v,b) -> apply(v,x->x / b)          -- slight conflict with List / Function!

    [top][index]
    search for: