From koffice-devel Tue May 29 11:53:06 2007 From: "Tomas Mecir" Date: Tue, 29 May 2007 11:53:06 +0000 To: koffice-devel Subject: Re: KSpread: Number class - some issues Message-Id: <492258b10705290453t6f0e9a7cgfe828d82ef6721f0 () mail ! gmail ! com> X-MARC-Message: https://marc.info/?l=koffice-devel&m=118043962900032 2007/5/29, Stefan Nikolaus : > Disabling some functions, if we fall back to ordinary precision?! You must be > joking! Note a strong objection from me. Thought so :) > Concluding, I'd like to emphasize, that the functions making real use > (read/calc/write) of integer values are the minority. The general case is the > floating point usage. Actually, many can be used with integers - any that returns an integer if called with an integer parameter. Of course, using integer also has this problem that we need to take overflowing into account - 2^62 + 2^62 should be 2^63, but it'll likely end up being -2^63 due to integer overflow, which is an argument why never to use integers, bit operations be damned ... Man, the more I think about it, the more I feel like exploding. / Tomas _______________________________________________ koffice-devel mailing list koffice-devel@kde.org https://mail.kde.org/mailman/listinfo/koffice-devel