|
[Date Index]
[Thread Index]
[Author Index]
Passing Functions to a Function
- To: mathgroup at smc.vnet.net
- Subject: [mg2406] Passing Functions to a Function
- From: "Chandler, Seth" <SChandler at UH.EDU>
- Date: Sun, 5 Nov 1995 16:03:31 -0500
The following code may help Mr. Howland:
sinc[x_?Unequal[x,0]]:=Sin[x]/x;
sinc[0]:=0
I'm not exactly sure why your code does not work, however.
Seth J. Chandler
Associate Professor of Law
University of Houston Law Center
Prev by Date:
Re: Troubles with Windows 95
Next by Date:
Packages for image processing?
Previous by thread:
Re: Troubles with Windows 95
Next by thread:
Packages for image processing?
|