Stupid little iota of an idea

spir denis.spir at gmail.com
Fri Feb 11 20:01:23 PST 2011


On 02/12/2011 03:05 AM, Jonathan M Davis wrote:
> While iota isn't clear, it _does_ have the advantage that you're
> not going to _mis_understand

Maybe you say this because iota does not mean anything for you (?). I can 
easily imagine various appropriate uses of iota in a PL, like:

* smallest representable value in a given numeric format
* threshold over which some measure should be taken into account
* threshold under which some difference should be ignored
* range for approximate equality (approxEquals: |x - y| < iota)
* tolerance interval of technical measures (similar)
* ...what else?

(I would be surprised if actual uses of iota in english do not point toward 
this kind of senses.)

Denis
-- 
_________________
vita es estrany
spir.wikidot.com



More information about the Digitalmars-d mailing list