Submitted by Joe on Fri, 11/13/2009 - 22:15
I have a problem with a negative number causing a domain error in power to a fractional exponent. I have 2 calculations, one uses the fractional exponent, the other does not. Basically, if K is less than 0.3 then use a simple calculation and only if k >= .3 do the fractional power. I think I have the formula implemented correctly by using a merge to select between the two calculations, but VisSim seems to execute both calculations all the time.
Can you please help me with a best way to address this?