Flat Depreciation Calculator
Depreciation per year: ${depreciationPerYear.toFixed(2)}
Depreciation schedule:
- ${result.map((val, index) => `
- Year ${index + 1}: $${val.toFixed(2)} `).join('')}
Depreciation per year: ${depreciationPerYear.toFixed(2)}
Depreciation schedule: