#This is a (how do i) question
1 messages · Page 1 of 1 (latest)
You understand what he’s trying to say?
I think
It could be what Bucket Man said, but can you provide more example? and what are the dashes - for? Possibly explain how 1-0.9-0.8 becomes 9-8-7
sorry sorry
i want the distance to be lower and lower, as the number decrease it reaches to a certain number for the less and greater than and equal chips
@soft otter
So you just want to check if the distance is less than a certain amount?
What???
Then why did you explain it like that?
Just use the distance and less than chips
yeah but its hard for a float number to check
No it's not?
It’s not? It’s works the exact same a int?
it goes like 0.5456545433455
The Circuits can read that just fine?
Yeah, distance is like that.
You could just multiply by 10 if it’s bothers you that much
and round like bucket man said
Do you want to convert the distance to something readable for a subtitle?
yes
Multiply by an amount, round, then divide by the same amount.
Keep in mind, computers can handle distances like 0.5462613 just fine.
ok
or i just use round
If you don't want decimals then sure.
But there's no point in rounding if you're just checking if the distance is less than a certain amount.
the thing is the float are hard beacuse i would have to modify the less or equal chip to a certain number like less than 0.192839283623
yes
oh
oh
i wanted as close but not too close
You're fine to just check if a distance is less than 0.2, why are you trying to check if a distance is less than such a specific amount?
It'll never get to that level of precision.
Noted