Jump to content

Functions

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 193.220.255.242 (talk) at 14:33, 19 June 2002. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Functions are specific methods that can be applied to produce a standard result.

In mathamatics it is a routine which expresses a method that can be followed in order to manipulate values. An example of a function may be "n*2" this indicates that the variable "n" must be multiplied "*" by the value "2". Also if "n=6" which means the variable "n" should be taken as the equivalent of the value "6" and could be substituted as such. If these two functions are combined the result is "6*2" and the result of this would be "12".