What is it that I didn't understand?
B4X:
Dim Value As Float=8.21
Log(Value <=8.20) 'FALSE'
Log(Value <=8.21) 'FALSE'?
Log(Value <=8.22) 'TRUE'