Argument: Difference between revisions

From ACT Wiki
Jump to navigationJump to search
imported>Doug Williamson
m (Dead-end page - see also added 30/10/13)
imported>Brianlenoach@hotmail.co.uk
(Add link and tidy up.)
Line 1: Line 1:
== Arguments in maths ==
== Arguments in maths ==
A variable input to a maths function which drives the result of the maths function.   
A variable input to a maths function which drives the result of the maths function.   


For example the function:
For example the function:


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




== Arguments in computing ==
== Arguments in computing ==
A variable input to a computer function which drives the result of the computer function.   
A variable input to a computer function which drives the result of the computer function.   


For example the Excel 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.
'''= ROUND(number, num_digits)'''  
 
 
also has two arguments:
#The ''number'' which is being rounded off and
#The ''number of decimal places'' to which the number is to be rounded.




==See also==
==See also==
* [[Equation]]
* [[Equation]]
* [[Rounding]]

Revision as of 17:12, 5 April 2015

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