MathGroup Archive 2006

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

Search the Archive

Re: Re: Not accepting function as parameter

  • To: mathgroup at smc.vnet.net
  • Subject: [mg71751] Re: [mg71716] Re: Not accepting function as parameter
  • From: János <janos.lobb at yale.edu>
  • Date: Tue, 28 Nov 2006 06:04:06 -0500 (EST)
  • References: <ekbmj4$f87$1@smc.vnet.net> <200611270904.EAA28656@smc.vnet.net>

On Nov 27, 2006, at 4:04 AM, dimitris wrote:

> Head Function???
>
> As far as I know there is not such a head.
>


Yes, there is.  Here is a newbie one:

In[17]:=
Head[#1^2 & ]
Out[17]=
Function


In[24]:=
FrontEndExecute[
   {HelpBrowserLookup[
     "Built-in", "Function"]}]

János


----------------------------------------------
Trying to argue with a politician is like lifting up the head of a  
corpse.
(S. Lem: His Master Voice)


  • Prev by Date: Re: Limit of Infinitely Nested Expression (4.0
  • Next by Date: Re: Real numerical computations
  • Previous by thread: Re: Not accepting function as parameter
  • Next by thread: Re: Not accepting function as parameter