Home

smallnumber

smallnumber is an informal label used in mathematics, computer science, and numerical analysis to refer to a quantity that is small in magnitude relative to a reference scale. It is not a fixed constant or a formal symbol, but a descriptive term used in explanations, code comments, and discussions of limit processes.

In practice, a smallnumber is a real value x with |x| much less than 1, or more

Applications include perturbation theory, where smallnumbers parametrize small changes to a system; and numerical algorithms, where

Relation to formal concepts includes little-o notation, which describes a function that becomes negligible relative to

See also: machine epsilon; numerical stability; asymptotic notation; perturbation theory. Further reading: standard textbooks on numerical

generally
a
quantity
that
tends
to
zero
in
a
limiting
process.
What
counts
as
small
depends
on
the
context,
including
units,
scales,
and
the
precision
of
the
computation.
In
numerical
analysis,
a
small
positive
parameter,
often
denoted
epsilon,
defines
tolerances
and
perturbation
scales.
thresholds
determine
convergence,
truncation,
or
neglected
terms.
In
floating-point
computation,
values
on
the
order
of
machine
epsilon
are
typically
treated
as
small
and
may
be
approximated
or
ignored.
another
as
an
argument
tends
to
a
limit.
The
idea
of
smallness
also
appears
in
asymptotic
analysis,
error
bounds,
and
stability
considerations
for
numerical
methods.
analysis
and
applied
mathematics
discuss
the
role
of
small
quantities
in
approximation
and
error
analysis.