Reorganize Samples Part 2

Further reorganization following on PR #3890.
This commit is contained in:
oleibman
2024-02-04 10:29:41 -08:00
parent a444d1c41f
commit 5266086781
135 changed files with 134 additions and 135 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
use PhpOffice\PhpSpreadsheet\Spreadsheet;
require __DIR__ . '/../../Header.php';
require __DIR__ . '/../Header.php';
$helper->log('Returns the effective annual interest rate for a given nominal interest rate and number of');
$helper->log('compounding periods per year.');