Argument

From ACT Wiki
Revision as of 14:07, 30 October 2013 by imported>Doug Williamson (Dead-end page - see also added 30/10/13)
Jump to navigationJump to search

Arguments in maths

A variable input to a maths function which drives the result of the maths function.

For example the function:

Profit = Revenues LESS Costs has two arguments, namely (i) Revenues and (ii) Costs.


Arguments in computing

A variable input to a computer function which drives the result of the computer function.

For example the Excel function:

=ROUND(number, num_digits) also has two arguments, namely (i) the number which is being rounded off and (ii) the number of decimal places to which the number is to be rounded.


See also