Changes between Initial Version and Version 1 of Ticket #291


Ignore:
Timestamp:
Aug 19, 2019, 9:56:52 PM (5 years ago)
Author:
nicolas.cellier.aka.nice@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #291 – Description

    initial v1  
    66
    77fminNormalized should be (self unity timesTwoPower: self emin).
    8 fminDeormalized should be (self unity timesTwoPower: self emin - self precision + 1).
     8fminDenormalized should be (self unity timesTwoPower: self emin - self precision + 1).
    99
    10 I would test for denormalized support and answer fminDeormalized if true, this way no need for subclassResponsibility (or more exactly, subclassResponsibility would be defered to denormalized support testing)
     10I would test for denormalized support and answer fminDenormalized if true, this way no need for subclassResponsibility (or more exactly, subclassResponsibility would be defered to denormalized support testing)