What's the difference between
and
Enter two words to compare and contrast their definitions, origins, and synonyms to better understand how those words are related.

Parameter vs Functional - What's the difference?

parameter | functional |

As nouns the difference between parameter and functional

is that parameter is parameter while functional is (mathematics) a function that takes a function as its argument; more precisely: a function y''=''f''(''x'') whose argument ''x varies in a space of (real valued, complex valued) functions and whose value belongs to a monodimensional space an example: the definite integration of integrable real functions in a real interval.

As an adjective functional is

in good working order.

parameter

English

Alternative forms

* parametre

Noun

(en noun)
  • (mathematics, physics) A variable kept constant during an experiment, calculation or similar.
  • (programming) An input variable of a procedure definition, that gets an actual value (argument) at execution time (formal parameter) .
  • Roughly, a tuple of arguments could be thought of as a vector, whereas a tuple of parameters''' could be thought of as a covector (i.e., linear functional). When a function is called, a '''parameter tuple becomes "bound" to an argument tuple, allowing the function instance itself to be computed to yield a return value. This would be roughly analogous to applying a covector to a vector (by taking their dot product (or, rather, matrix-product of row vector and column vector)) to obtain a scalar.
  • (programming) An actual value given to such a formal parameter (argument or actual parameter) .
  • A characteristic or feature that distinguishes something from others.
  • (geometry) In the ellipse and hyperbola, a third proportional to any diameter and its conjugate, or in the parabola, to any abscissa and the corresponding ordinate.
  • The parameter of the principal axis of a conic section is called the latus rectum.
  • (crystallography) The ratio of the three crystallographic axes which determines the position of any plane.
  • (crystallography) The fundamental axial ratio for a given species.
  • Usage notes

    * (the value used to instantiate the name) Some authors regard use of parameter'' to mean ''argument'' as imprecise, preferring that ''parameter'' refers only to the name that will be instantiated, and ''argument to refer to the value that will be supplied to it at runtime.

    Synonyms

    * (value passed to a function) argument * (characteristic distinguishing something from others) distinguishing feature * See also

    Derived terms

    * actual parameter * formal parameter

    See also

    * variable

    functional

    English

    Adjective

    (en adjective)
  • In good working order.
  • Useful; serving a purpose, fulfilling a function
  • That sculpture is not merely artistic, but also functional : it can be used as a hatrack.
  • Only for functional purposes, notably in architecture
  • ''A functional construction element generally must meet higher technical but lower aesthetical requirements
  • (computing theory) Having semantics defined purely in terms of mathematical functions, without side-effects.
  • (medicine) Of a disease, such that its symptoms cannot be referred to any appreciable lesion or change of structure; opposed to organic disease, in which the organ itself is affected.
  • Synonyms

    * functioning, working * utilitarian

    Antonyms

    * non-functional * dysfunctional * organic

    Derived terms

    (Derived terms) * function * functional analysis * functional analysis diagram * functional anatomy * functional application * functional bombing * functional constraint * functional decomposition * functional design * functional diagram * functional disorder * functional electrical stimulation * functional error recovery * functional failure * functional group * functional interleaving * functional programming * functional requirement * functional residual capacity * functional specifications * functional switching circuit * functional unit * functionality * functionally

    Noun

    (en noun)
  • (mathematics) A function that takes a function as its argument; More precisely: A function y''=''f''(''x'') whose argument ''x varies in a space of (real valued, complex valued) functions and whose value belongs to a monodimensional space. An example: the definite integration of integrable real functions in a real interval.
  • (mathematics, functional analysis) A scalar-valued linear function on a vector space
  • (computing) An object encapsulating a function pointer (or equivalent).