Through¶ Applies a list of functions to an argument. $ wo 'Through[{Sin, Cos}, 0]' {Sin, Cos} $ wo 'Through[{Abs, Sign}, -5]' {Abs, Sign}