[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gambas-bugtracker] Bug #2921: Postgresql 19.900000000000055 is 20 in Gambas
[Thread Prev] | [Thread Next]
- Subject: [Gambas-bugtracker] Bug #2921: Postgresql 19.900000000000055 is 20 in Gambas
- From: <bugtracker@xxxxxxxxxxxxxx>
- Date: Sun, 04 Aug 2024 16:17:18 GMT
- To: gradobag@xxxxxxxxxxx,chrisml@xxxxxxxxxxx,d4t4full@xxxxxxxxx,bugtracker@xxxxxxxxxxxxxxxxxxxxxx
http://gambaswiki.org/bugtracker/edit?object=BUG.2921&from=L21haW4- Comment #13 by Christof THALHOFER: Still not ok: ------------------------------------------------------------ Public Sub Main() Dim f As Float f = 19.900000000000055 f = Round(f, -2) Print f f = 19.90000000000001 f = Round(f, -2) Print f End ------------------------------------------------------------ Leads to: 1,99000000000001E+13 19,9 Hmmm ... Christof THALHOFER changed the state of the bug to: Opened. ----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----
[Gambas-bugtracker] Bug #2921: Postgresql 19.900000000000055 is 20 in Gambas | <bugtracker@xxxxxxxxxxxxxx> |