Bug 290041 - Cannot define a cartesian function depending on a function with a parameter
Summary: Cannot define a cartesian function depending on a function with a parameter
Status: RESOLVED DUPLICATE of bug 214527
Alias: None
Product: kmplot
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Unlisted Binaries Linux
: NOR wishlist
Target Milestone: ---
Assignee: Klaus-Dieter M
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-28 20:27 UTC by ferran
Modified: 2011-12-29 03:34 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
plot file (6.24 KB, application/octet-stream)
2011-12-28 20:27 UTC, ferran
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***