Z zsdf New member Jan 25, 2011 #1 I want me function to look something like: F(x) := if x < 5 then 5 else (create variable in terms of the function such as val1=F(x-1) and use it as part of the return part) ; Thanks
I want me function to look something like: F(x) := if x < 5 then 5 else (create variable in terms of the function such as val1=F(x-1) and use it as part of the return part) ; Thanks