Calculates an asset's depreceiation over one period using the straigh-line method.
SLN(cost: Number, salvage: Number, life: Number) => Number
Parameter | Description |
Cost | The initial cost of the asset |
Salvage | The value of the asset at the end of depreciation. |
Life | The number of periods over which the asset is depreciated |
Formula | Return value |
|
|
|
|
|
|
|
|