Hi,
Please, could you help me? I have problem with "IF" function. I have function named "f1" and "f2".
f1:=0..10
f2:=0..10
Sum of these function cannot be greater that 10. If the sum is greater, then function is undefined.
I tried do that by the help of the "IF" function.
if(f1+f2<10,f1+f2,0)...