Skip to content

Commit 8dfdc5c

Browse files
committed
ajout de llm dans la liste des function
1 parent 16ce88f commit 8dfdc5c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/PhpSpreadsheet/Calculation/Calculation.php

+10
Original file line numberDiff line numberDiff line change
@@ -1634,6 +1634,16 @@ public static function getExcelConstants(string $key): bool|null
16341634
'functionCall' => [Statistical\Trends::class, 'LINEST'],
16351635
'argumentCount' => '1-4',
16361636
],
1637+
1638+
'LLM' => [
1639+
'category' => Category::CATEGORY_STATISTICAL,
1640+
'functionCall' => [External\Llm::class, 'sumErroringStrings'],
1641+
'argumentCount' => '1+',
1642+
],
1643+
1644+
1645+
1646+
16371647
'LN' => [
16381648
'category' => Category::CATEGORY_MATH_AND_TRIG,
16391649
'functionCall' => [MathTrig\Logarithms::class, 'natural'],

0 commit comments

Comments
 (0)