[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
old email address
[Thread Prev] | [Thread Next]
- Subject: old email address
- From: Gianluigi <gradobag@xxxxxxxxxxx>
- Date: Mon, 9 Dec 2024 14:23:07 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Hi, I received this email on the old address, is there a way to redirect it automatically, or notify the user? Regards Gianluigi -------- Messaggio Inoltrato -------- Oggetto: [Gambas-user] rounding a half Data: Mon, 09 Dec 2024 12:58:10 +0100 Mittente: wig <wig@xxxxxxxxx> Rispondi-a: wig@xxxxxxxxx, mailing list for gambas users <gambas-user@xxxxxxxxxxxxxxxxxxxxx> A: Gambas-user@xxxxxxxxxxxxxxxxxxxxx I would think that rounding a half would always react the same, either up or down; f = 1.015 Print "Round(" & f & ", -2) = " & Round(f, -2) Result: Round(1.015, -2) = 1.02 f = 1.055 Print "Round(" & f & ", -2) = " & Round(f, -2) Round(1.055, -2) = 1.05 What should I expect? I used Gambas 3.18.4 System info see attach Kind greetings, Wig
Re: old email address | Gianluigi <gradobag@xxxxxxxxxxx> |