Bug 290041

Summary: Cannot define a cartesian function depending on a function with a parameter
Product: [Applications] kmplot Reporter: ferran <ferran.quer>
Component: generalAssignee: Klaus-Dieter M <kd.moeller>
Status: RESOLVED DUPLICATE    
Severity: wishlist    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Unlisted Binaries   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: plot file

Description ferran 2011-12-28 20:27:17 UTC
Created attachment 67201 [details]
plot file

Version:           unspecified
OS:                Linux

Let's define
g(x)= sin(pi*x)/(pi*x)
h(x,k)=g(x-k)
i(x,k)=g(x+k)

I cannot define the following function:
j(x,k)=h(x,k)+i(x,k)

Says: "The function does not have the correct number of arguments"

Reproducible: Always



Expected Results:  
I expected kmplot to understand and compute a cartesian function with a parameter, defined from another cartesian function with the same parameter.
j(x,k)=h(x,k)+i(x,k)
Comment 1 Christoph Feck 2011-12-29 03:34:57 UTC

*** This bug has been marked as a duplicate of bug 214527 ***