Hi all!

I have a custom function running, which is very simple. All it does is take in a couple number and assess if the 2nd number passes a threshold with the 1st being under that threshold.

The function works so is not the problem. The issue however is that for some input values, namely 14.2% for the 1st number and 15.2% as the 2nd number and 15% being the threshold, the function seems to record 0 for the 1st number and 0.05 for the 2nd.

This is weird because for values of say 12% and 13% or 9% and 10% everything works exactly fine. It is just some specific numbers where the input seems to be taken in wrong...

Any ideas? I have never seen something like this. When debugging it is clear that the problem is with the actual initial input as opposed to anything in the code.

Thanks for the help!
Harry