[top][index]
search for:

{...} / Function -- 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 Function.
  • Output:
  • an instance of class List.
  • Next more general method: {...} / Thing -- a binary operator, usually used for division

  • Code:

         -- ../../../Macaulay2/m2/classes.m2:69
                List / Function :=        List => (v,f) -> apply(v,f) -- just because of conflict with List / Thing!

    [top][index]
    search for: