man2007
Aerospace
- Nov 6, 2007
- 283
I wrote following expressions
i=24
j=floor(i/12)
Surprisingly I got j=1 !!
To cross-check the result I created one more expression
k=floor(2)
which gave me k=2 !!
John, why floor() function is so unpredictable? I checked it in NX4 as well as in NX6.
i=24
j=floor(i/12)
Surprisingly I got j=1 !!
To cross-check the result I created one more expression
k=floor(2)
which gave me k=2 !!
John, why floor() function is so unpredictable? I checked it in NX4 as well as in NX6.