Polarith AI
1.8

◆ Epsilon

const float Epsilon = 0.000001f

The machine epsilon for float.

It is the smallest possible and reliable number so that floatValue + Epsilon > floatValue holds true, whereby the result remains precise.

Imprint