JargonFile/original/html/D/delta.html
2014-03-27 18:54:56 +00:00

24 lines
3.4 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<html xmlns="http://www.w3.org/1999/xhtml"><head><title>delta</title><link rel="stylesheet" href="../../jargon.css" type="text/css"/><meta name="generator" content="DocBook XSL Stylesheets V1.61.0"/><link rel="home" href="../index.html" title="The Jargon File"/><link rel="up" href="../D.html" title="D"/><link rel="previous" href="delint.html" title="delint"/><link rel="next" href="demented.html" title="demented"/></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">delta</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="delint.html">Prev</a> </td><th width="60%" align="center">D</th><td width="20%" align="right"> <a accesskey="n" href="demented.html">Next</a></td></tr></table><hr/></div><dt><a id="delta"/><dt xmlns="" id="delta"><b>delta</b>: <span xmlns="http://www.w3.org/1999/xhtml" class="grammar">n.</span></dt></dt><dd><p> 1. [techspeak] A quantitative change, especially a small or
incremental one (this use is general in physics and engineering). &#8220;<span class="quote">I
just doubled the speed of my program!</span>&#8221; &#8220;<span class="quote">What was the delta on
program size?</span>&#8221; &#8220;<span class="quote">About 30 percent.</span>&#8221; (He doubled the
speed of his program, but increased its size by only 30 percent.) </p></dd><dd><p> 2. [Unix] A <a href="diff.html"><i class="glossterm">diff</i></a>, especially a
<a href="diff.html"><i class="glossterm">diff</i></a> stored under the set of version-control tools
called SCCS (Source Code Control System) or RCS (Revision Control System).
</p></dd><dd><p> 3. <span class="grammar">n.</span> A small quantity, but not
as small as <a href="../E/epsilon.html"><i class="glossterm">epsilon</i></a>. The jargon usage of
<a href="delta.html"><i class="glossterm">delta</i></a> and <a href="../E/epsilon.html"><i class="glossterm">epsilon</i></a> stems from
the traditional use of these letters in mathematics for very small
numerical quantities, particularly in &#8216;epsilon-delta&#8217; proofs in
limit theory (as in the differential calculus). The term
<a href="delta.html"><i class="glossterm">delta</i></a> is often used, once
<a href="../E/epsilon.html"><i class="glossterm">epsilon</i></a> has been mentioned, to mean a quantity that
is slightly bigger than <a href="../E/epsilon.html"><i class="glossterm">epsilon</i></a> but still very
small. &#8220;<span class="quote">The cost isn't epsilon, but it's delta</span>&#8221; means that
the cost isn't totally negligible, but it is nevertheless very small.
Common constructions include <span class="firstterm">within delta of
&#8212;</span>, <span class="firstterm">within epsilon of
&#8212;</span>: that is, &#8216;close to&#8217; and &#8216;even closer
to&#8217;.</p></dd><div class="navfooter"><hr/><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="delint.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="../D.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="demented.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">delint </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> demented</td></tr></table></div></body></html>