When comparing floats, don’t use Equal, use Nearly Equal with a certain threshold. But in your case you’d better compare it with >= than ==, because the chance that your meteor will be at exactly 200Z is next to zero.
When comparing floats, don’t use Equal, use Nearly Equal with a certain threshold. But in your case you’d better compare it with >= than ==, because the chance that your meteor will be at exactly 200Z is next to zero.