Argument

From ACT Wiki
Revision as of 17:12, 5 April 2015 by imported>Brianlenoach@hotmail.co.uk (Add link and tidy up.)
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:

  1. Revenues and
  2. 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:

  1. The number which is being rounded off and
  2. The number of decimal places to which the number is to be rounded.


See also