Map function weird behaviour

Actually I use ESP32, then map for me looks like:

TPS = map(TPSreading, 250, 2130, 0, 100);

What are you expecting map() to return if TPSreading is 249?