|
Through
Through[p[ , ][x]] gives p[ [x], [x]].
Through[expr, h] performs the transformation wherever h occurs in the head of expr.
Example: Through[(f + g)[x, y]]  .
Through distributes operators that appear inside the heads of expressions.
See Section 2.2.9.
See also: Operate.
New in Version 1.
|