From cd96ed80cb27d31987cb878b379c3fa8c1dd0c03 Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Tue, 26 May 2020 19:48:56 +0200 Subject: Added square brackets around applicable parameter in eight syntax statements (to indicate parameters are optional). All changes contained in one XHP file. Change-Id: Ia4855d44b49f7d4198e8d644f5b53741b5083371 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/94838 Tested-by: Jenkins Reviewed-by: Olivier Hallot --- source/text/scalc/01/04060103.xhp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/text/scalc/01/04060103.xhp b/source/text/scalc/01/04060103.xhp index de745bfdbb..de2ac6669b 100644 --- a/source/text/scalc/01/04060103.xhp +++ b/source/text/scalc/01/04060103.xhp @@ -44,7 +44,7 @@

AMORDEGRC

Calculates the amount of depreciation for a settlement period as degressive amortization. Unlike AMORLINC, a depreciation coefficient that is independent of the depreciable life is used here. - AMORDEGRC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate; Basis) + AMORDEGRC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate[; Basis]) Cost is the acquisition costs. @@ -67,7 +67,7 @@

AMORLINC

Calculates the amount of depreciation for a settlement period as linear amortization. If the capital asset is purchased during the settlement period, the proportional amount of depreciation is considered. - AMORLINC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate; Basis) + AMORLINC(Cost; DatePurchased; FirstPeriod; Salvage; Period; Rate[; Basis]) Cost means the acquisition costs. @@ -91,7 +91,7 @@ mw changed "accrued interests" Calculates the accrued interest of a security in the case of periodic payments. - ACCRINT(Issue; FirstInterest; Settlement; Rate; Par; Frequency; Basis) + ACCRINT(Issue; FirstInterest; Settlement; Rate; [Par]; Frequency[; Basis]) Issue (required) is the issue date of the security. @@ -118,7 +118,7 @@

ACCRINTM

Calculates the accrued interest of a security in the case of one-off payment at the settlement date. - ACCRINTM(Issue; Settlement; Rate; Par; Basis) + ACCRINTM(Issue; Settlement; Rate[; Par][; Basis]) Issue (required) is the issue date of the security. @@ -168,7 +168,7 @@ Use this function to calculate the amount of money needed to be invested at a fixed rate today, to receive a specific amount, an annuity, over a specified number of periods. You can also determine how much money is to remain after the elapse of the period. Specify as well if the amount is to be paid out at the beginning or at the end of each period. Enter these values either as numbers, expressions or references. If, for example, interest is paid annually at 8%, but you want to use month as your period, enter 8%/12 under Rate and %PRODUCTNAME Calc with automatically calculate the correct factor. - PV(Rate; NPer; Pmt; FV; Type) + PV(Rate; NPer; Pmt[; FV][; Type]) Rate defines the interest rate per period. @@ -632,7 +632,7 @@ Returns the depreciation of an asset for a specified period using the arithmetic-declining method. Use this form of depreciation if you require a higher initial depreciation value as opposed to linear depreciation. The depreciation value gets less with each period and is usually used for assets whose value loss is higher shortly after purchase (for example, vehicles, computers). Please note that the book value will never reach zero under this calculation type. - DDB(Cost; Salvage; Life; Period; Factor) + DDB(Cost; Salvage; Life; Period[; Factor]) Cost fixes the initial cost of an asset. @@ -659,7 +659,7 @@ Returns the depreciation of an asset for a specified period using the fixed-declining balance method. This form of depreciation is used if you want to get a higher depreciation value at the beginning of the depreciation (as opposed to linear depreciation). The depreciation value is reduced with every depreciation period by the depreciation already deducted from the initial cost. - DB(Cost; Salvage; Life; Period; Month) + DB(Cost; Salvage; Life; Period[; Month]) Cost is the initial cost of an asset. @@ -686,7 +686,7 @@ Calculates the internal rate of return for an investment. The values represent cash flow values at regular intervals, at least one value must be negative (payments), and at least one value must be positive (income). If the payments take place at irregular intervals, use the XIRR function. - IRR(Values; Guess) + IRR(Values[; Guess]) Values represents an array containing the values. -- cgit