[squeak-dev] The Trunk: Kernel-nice.1464.mcz

commits at source.squeak.org commits at source.squeak.org
Thu May 5 14:23:08 UTC 2022


Nicolas Cellier uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-nice.1464.mcz

==================== Summary ====================

Name: Kernel-nice.1464
Author: nice
Time: 5 May 2022, 4:23:03.159102 pm
UUID: 9797c30b-1968-124b-9825-19e9bfc8ba4f
Ancestors: Kernel-xw.1463

Implement Number>>isFinite

Detection of overflow in Complex arithmetic requires that selector.

This addition seems wise since Number does already answer to Floating-Point-like classification messages isInfinite, isNaN.

=============== Diff against Kernel-xw.1463 ===============

Item was added:
+ ----- Method: Number>>isFinite (in category 'testing') -----
+ isFinite
+ 	^true!



More information about the Squeak-dev mailing list