Briscoz
Computer
- Mar 26, 2008
- 3
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)
But there is "OTHERWISE" item. I use "0", but would like to use "UNDEFINED", or something like that.
It is possible to do that?
Thanks
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)
But there is "OTHERWISE" item. I use "0", but would like to use "UNDEFINED", or something like that.
It is possible to do that?
Thanks