|
[Date Index]
[Thread Index]
[Author Index]
Re: Not accepting function as parameter
- To: mathgroup at smc.vnet.net
- Subject: [mg71766] Re: Not accepting function as parameter
- From: Bill Rowe <readnewsciv at sbcglobal.net>
- Date: Tue, 28 Nov 2006 06:04:20 -0500 (EST)
On 11/27/06 at 4:04 AM, dimmechan at yahoo.com (dimitris) wrote:
>Head Function???
>As far as I know there is not such a head.
There is such a head as can easily be demonstrated by
In[7]:=
Head[#&]
Out[7]=
Function
The problem the original poster had is as others have pointed
out, Sin doesn't have a head equal to Function.
--
To reply via email subtract one hundred and four
Prev by Date:
Re: Descending order
Next by Date:
RE: Descending order
Previous by thread:
Re: Not accepting function as parameter
Next by thread:
RE: Not accepting function as parameter
|