answersLogoWhite

0

Payment is the amount of the payment made each period.

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

What are limits in maths?

Limits (or limiting values) are values that a function may approach (but not actually reach) as the argument of the function approaches some given value. The function is usually not defined for that particular value of the argument.


How do you evaluate a function for a given input value?

Substitute the given value for the argument of the function.


What arguments are optional and not required for the PMT function in MS Excel?

The FV and Type arguments are optional in the PMT function.


When argument are passed by value the function works with the original arguments in the calling program?

When a function is passed by value the calling function makes a copy of the passed argument and works on that copy. And that's the reason that any changes made in the argument value does gets reflected to the caller.


What is mean by'pass by value'?

If you mean 'call by value' then, it means a method of passing argument to a function in c++. In this a copy of argument is passed to function and changes are not reflected.


Which argument is not specified in if function?

In an IF function, the argument that is not specified is the "value_if_false" argument. This argument defines what the function should return if the condition evaluated is false. If it is omitted, the IF function will return a blank cell instead of a specific value or message when the condition is not met.


What is a value that is substituted for the independent variable in a relationship or function?

It is called the argument of the function.


Which is not the argument that must be specified in the IF Function in excel?

In the IF function in Excel, the third argument, which specifies the value to return if the condition is false, is not mandatory. If this argument is omitted, Excel will return FALSE by default when the condition is not met. The first argument (the logical test) and the second argument (the value if true) must be provided for the function to work correctly.


What Excel function calculates the future value of an investment?

The FV function calculates the future value of an investment.


What is the difference between call by value and call by name in programming languages?

In call by value, the value of the argument is passed to the function, while in call by name, the expression for the argument is passed and evaluated each time it is used in the function.


Is the graph of every line a function?

No. One argument of function may have only one value. So, if it has more than one value, it is not a function.


Where do you use no argument no return in c function?

Where there is no need to return any type of value from a function