[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Floating-point formats and standards

This page is part of the web mail archives of SRFI 58 from before July 7th, 2015. The new archives for SRFI 58 contain all messages, not just those from before July 7th, 2015.



 | Date: Mon, 17 Jan 2005 04:36:07 -0800
 | From: "Bradd W. Szonye" <bradd+srfi@xxxxxxxxxx>
 | 
 | Aubrey Jaffer wrote:
 | > SRFI-47 is about fixed-size number representations, not about type
 | > declaration.  Here are the defaulting rules from SRFI-47's replacement
 | > (submitted today) ....
 | 
 | These rules look reasonable. I'm guessing that SRFI 58 will also use
 | them; is that correct?

Yes.

I am adding this section to the Rationale:

  Homogeneous Numeric Arrays

  SRFI-63 introduces homogeneous arrays. This SRFI introduces
  denotations for homogeneous arrays following the rank and/or
  dimensions; and separated from them by a colon (:).

  The names of the array-prototype-procedures of SRFI-63 and aliases
  for the array-prototype-procedures of SRFI-47 match these type
  denotations with A prepended. Having the array-prototype-procedure
  names match the array type denotations reduces the memory load for
  users.

  All implementations must accept all the type denotations, but need
  not implement all the homogeneous array types. Those homogeneous
  types which an implementation doesn't support it stores in next best
  homogeneous array type, defaulting to heterogeneous arrays in the
  worst case. The rules for casting unsupported types are given in
  SRFI-63.