Skip to content

Commit 1d10105

Browse files
committed
docs: available status for implemented functions
1 parent 630f979 commit 1d10105

File tree

9 files changed

+16
-24
lines changed

9 files changed

+16
-24
lines changed

β€Ždocs/src/functions/math-and-trigonometry.mdβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir
1414
| ABS | <Badge type="tip" text="Available" /> | – |
1515
| ACOS | <Badge type="tip" text="Available" /> | [ACOS](math_and_trigonometry/acos) |
1616
| ACOSH | <Badge type="tip" text="Available" /> | [ACOSH](math_and_trigonometry/acosh) |
17-
| ACOT | <Badge type="info" text="Not implemented yet" /> | – |
18-
| ACOTH | <Badge type="info" text="Not implemented yet" /> | – |
17+
| ACOT | <Badge type="tip" text="Available" /> | – |
18+
| ACOTH | <Badge type="tip" text="Available" /> | – |
1919
| AGGREGATE | <Badge type="info" text="Not implemented yet" /> | – |
2020
| ARABIC | <Badge type="tip" text="Available" /> | – |
2121
| ASIN | <Badge type="tip" text="Available" /> | [ASIN](math_and_trigonometry/asin) |
@@ -31,10 +31,10 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir
3131
| COMBINA | <Badge type="tip" text="Available" /> | – |
3232
| COS | <Badge type="tip" text="Available" /> | [COS](math_and_trigonometry/cos) |
3333
| COSH | <Badge type="tip" text="Available" /> | [COSH](math_and_trigonometry/cosh) |
34-
| COT | <Badge type="info" text="Not implemented yet" /> | – |
35-
| COTH | <Badge type="info" text="Not implemented yet" /> | – |
36-
| CSC | <Badge type="info" text="Not implemented yet" /> | – |
37-
| CSCH | <Badge type="info" text="Not implemented yet" /> | – |
34+
| COT | <Badge type="tip" text="Available" /> | – |
35+
| COTH | <Badge type="tip" text="Available" /> | – |
36+
| CSC | <Badge type="tip" text="Available" /> | – |
37+
| CSCH | <Badge type="tip" text="Available" /> | – |
3838
| DECIMAL | <Badge type="info" text="Not implemented yet" /> | – |
3939
| DEGREES | <Badge type="tip" text="Available" /> | [DEGREES](math_and_trigonometry/degrees) |
4040
| EVEN | <Badge type="tip" text="Available" /> | [EVEN](math_and_trigonometry/even) |
@@ -72,8 +72,8 @@ You can track the progress in this [GitHub issue](https://github.com/ironcalc/Ir
7272
| ROUND | <Badge type="tip" text="Available" /> | – |
7373
| ROUNDDOWN | <Badge type="tip" text="Available" /> | – |
7474
| ROUNDUP | <Badge type="tip" text="Available" /> | – |
75-
| SEC | <Badge type="info" text="Not implemented yet" /> | – |
76-
| SECH | <Badge type="info" text="Not implemented yet" /> | – |
75+
| SEC | <Badge type="tip" text="Available" /> | – |
76+
| SECH | <Badge type="tip" text="Available" /> | – |
7777
| SERIESSUM | <Badge type="info" text="Not implemented yet" /> | – |
7878
| SEQUENCE | <Badge type="info" text="Not implemented yet" /> | – |
7979
| SIGN | <Badge type="info" text="Not implemented yet" /> | – |

β€Ždocs/src/functions/math_and_trigonometry/acot.mdβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ lang: en-US
77
# ACOT
88

99
::: warning
10-
🚧 This function is not yet available in IronCalc.
11-
[Follow development here](https://github.com/ironcalc/IronCalc/labels/Functions)
10+
🚧 This function is implemented but currently lacks detailed documentation. For guidance, you may refer to the equivalent functionality in [Microsoft Excel documentation](https://support.microsoft.com/en-us/office/excel-functions-by-category-5f91f4e9-7b42-46d2-9bd1-63f26a86c0eb).
1211
:::

β€Ždocs/src/functions/math_and_trigonometry/acoth.mdβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ lang: en-US
77
# ACOTH
88

99
::: warning
10-
🚧 This function is not yet available in IronCalc.
11-
[Follow development here](https://github.com/ironcalc/IronCalc/labels/Functions)
10+
🚧 This function is implemented but currently lacks detailed documentation. For guidance, you may refer to the equivalent functionality in [Microsoft Excel documentation](https://support.microsoft.com/en-us/office/excel-functions-by-category-5f91f4e9-7b42-46d2-9bd1-63f26a86c0eb).
1211
:::

β€Ždocs/src/functions/math_and_trigonometry/cot.mdβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ lang: en-US
77
# COT
88

99
::: warning
10-
🚧 This function is not yet available in IronCalc.
11-
[Follow development here](https://github.com/ironcalc/IronCalc/labels/Functions)
10+
🚧 This function is implemented but currently lacks detailed documentation. For guidance, you may refer to the equivalent functionality in [Microsoft Excel documentation](https://support.microsoft.com/en-us/office/excel-functions-by-category-5f91f4e9-7b42-46d2-9bd1-63f26a86c0eb).
1211
:::

β€Ždocs/src/functions/math_and_trigonometry/coth.mdβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ lang: en-US
77
# COTH
88

99
::: warning
10-
🚧 This function is not yet available in IronCalc.
11-
[Follow development here](https://github.com/ironcalc/IronCalc/labels/Functions)
10+
🚧 This function is implemented but currently lacks detailed documentation. For guidance, you may refer to the equivalent functionality in [Microsoft Excel documentation](https://support.microsoft.com/en-us/office/excel-functions-by-category-5f91f4e9-7b42-46d2-9bd1-63f26a86c0eb).
1211
:::

β€Ždocs/src/functions/math_and_trigonometry/csc.mdβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ lang: en-US
77
# CSC
88

99
::: warning
10-
🚧 This function is not yet available in IronCalc.
11-
[Follow development here](https://github.com/ironcalc/IronCalc/labels/Functions)
10+
🚧 This function is implemented but currently lacks detailed documentation. For guidance, you may refer to the equivalent functionality in [Microsoft Excel documentation](https://support.microsoft.com/en-us/office/excel-functions-by-category-5f91f4e9-7b42-46d2-9bd1-63f26a86c0eb).
1211
:::

β€Ždocs/src/functions/math_and_trigonometry/csch.mdβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ lang: en-US
77
# CSCH
88

99
::: warning
10-
🚧 This function is not yet available in IronCalc.
11-
[Follow development here](https://github.com/ironcalc/IronCalc/labels/Functions)
10+
🚧 This function is implemented but currently lacks detailed documentation. For guidance, you may refer to the equivalent functionality in [Microsoft Excel documentation](https://support.microsoft.com/en-us/office/excel-functions-by-category-5f91f4e9-7b42-46d2-9bd1-63f26a86c0eb).
1211
:::

β€Ždocs/src/functions/math_and_trigonometry/sec.mdβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ lang: en-US
77
# SEC
88

99
::: warning
10-
🚧 This function is not yet available in IronCalc.
11-
[Follow development here](https://github.com/ironcalc/IronCalc/labels/Functions)
10+
🚧 This function is implemented but currently lacks detailed documentation. For guidance, you may refer to the equivalent functionality in [Microsoft Excel documentation](https://support.microsoft.com/en-us/office/excel-functions-by-category-5f91f4e9-7b42-46d2-9bd1-63f26a86c0eb).
1211
:::

β€Ždocs/src/functions/math_and_trigonometry/sech.mdβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ lang: en-US
77
# SECH
88

99
::: warning
10-
🚧 This function is not yet available in IronCalc.
11-
[Follow development here](https://github.com/ironcalc/IronCalc/labels/Functions)
10+
🚧 This function is implemented but currently lacks detailed documentation. For guidance, you may refer to the equivalent functionality in [Microsoft Excel documentation](https://support.microsoft.com/en-us/office/excel-functions-by-category-5f91f4e9-7b42-46d2-9bd1-63f26a86c0eb).
1211
:::

0 commit comments

Comments
Β (0)