M
Manuel Koch
Guest
Hi all,
I'm running into some problems with integer-skill functions.
I do the following directly in the CIW, it also won't work when I use
these functions in my pcells that I'm trying to get to work correctly:
Set the variables:
w=0.7
x=0.8
so (w+0.1)/x evaluates correctly to 1.0
fix((w+0.1)/x) evaluates falsly to 0,
wheras fix(1.0) gives correctly 1
same problems with truncate and floor.
What am I missing here?
Manuel
I'm running into some problems with integer-skill functions.
I do the following directly in the CIW, it also won't work when I use
these functions in my pcells that I'm trying to get to work correctly:
Set the variables:
w=0.7
x=0.8
so (w+0.1)/x evaluates correctly to 1.0
fix((w+0.1)/x) evaluates falsly to 0,
wheras fix(1.0) gives correctly 1
same problems with truncate and floor.
What am I missing here?
Manuel