MathGroup Archive 2010

[Date Index] [Thread Index] [Author Index]

Search the Archive

priorities between @, @@ and //

  • To: mathgroup at smc.vnet.net
  • Subject: [mg108740] priorities between @, @@ and //
  • From: guerom00 <guerom00 at gmail.com>
  • Date: Mon, 29 Mar 2010 07:20:10 -0500 (EST)

Hello all,

Just a quick question : what are the priority between all those
operators ? I mean :
- what is f@x//g ? Is it f[g[x]] or g[f[x]]
- what is f@@{a,b}[[2]] ? Is it f[b] or (f[a,b])[[2]]

You see what I mean... What are the rules for the priority of all
those operators ?

TIA :)


  • Prev by Date: Re: A general problem with numerical functions defined in a messy way
  • Next by Date: Resolution Time Study
  • Previous by thread: Re: how to place circles or starts in (along) the curves
  • Next by thread: Re: priorities between @, @@ and //