SQLite Forum

Round function returning -0.0
Login
Yes but that's not happening...
```
sqlite> select round(-.1);
0.0
```

Something much more exotic is happening on some builds.