From 263bab2cf9e1ec45eb5ff55fa877123277fdef5e Mon Sep 17 00:00:00 2001 From: Steve Fanning Date: Sat, 11 Jan 2025 20:26:09 +0000 Subject: [PATCH] "Change markdown file names for ERF.PRECISE and ERFC.PRECISE" --- .../functions/engineering/{erf.precise.md => erf-precise.md} | 0 docs/src/functions/engineering/erf.md | 2 +- .../functions/engineering/{erfc.precise.md => erfc-precise.md} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename docs/src/functions/engineering/{erf.precise.md => erf-precise.md} (100%) rename docs/src/functions/engineering/{erfc.precise.md => erfc-precise.md} (100%) diff --git a/docs/src/functions/engineering/erf.precise.md b/docs/src/functions/engineering/erf-precise.md similarity index 100% rename from docs/src/functions/engineering/erf.precise.md rename to docs/src/functions/engineering/erf-precise.md diff --git a/docs/src/functions/engineering/erf.md b/docs/src/functions/engineering/erf.md index c68b56e..c2ddd6b 100644 --- a/docs/src/functions/engineering/erf.md +++ b/docs/src/functions/engineering/erf.md @@ -46,6 +46,6 @@ $$ [See some examples in IronCalc](https://app.ironcalc.com/?example=erf). ## Links -* See also IronCalc's [ERFC](/functions/engineering/erfc.md), [ERF.PRECISE](/functions/engineering/erf.precise.md) and [ERFC.PRECISE](/functions/engineering/erfc.precise.md) functions. +* See also IronCalc's [ERFC](/functions/engineering/erfc.md), [ERF.PRECISE](/functions/engineering/erf-precise.md) and [ERFC.PRECISE](/functions/engineering/erfc-precise.md) functions. * Visit Microsoft Excel's [ERF function](https://support.microsoft.com/en-gb/office/erf-function-c53c7e7b-5482-4b6c-883e-56df3c9af349) page. * Both [Google Sheets](https://support.google.com/docs/answer/9116267) and [LibreOffice Calc](https://wiki.documentfoundation.org/Documentation/Calc_Functions/ERF) provide versions of the ERF function. \ No newline at end of file diff --git a/docs/src/functions/engineering/erfc.precise.md b/docs/src/functions/engineering/erfc-precise.md similarity index 100% rename from docs/src/functions/engineering/erfc.precise.md rename to docs/src/functions/engineering/erfc-precise.md