A
Aby
Guest
Hi,
I am observing some wierd results in SKILL when I try to perform
division.
A - float
B - float
When I do:
A/B
I get:
2.0
But I do:
int(A/B)
I get:
1
And the even more strange thing is, When I call the function which does
this over and over, few times it gives correct result. Has someone
faced this before ?
I am observing some wierd results in SKILL when I try to perform
division.
A - float
B - float
When I do:
A/B
I get:
2.0
But I do:
int(A/B)
I get:
1
And the even more strange thing is, When I call the function which does
this over and over, few times it gives correct result. Has someone
faced this before ?