Skip to content

Commit 9666c97

Browse files
authored
Merge pull request #91404 from VikasPullagura-MSFT/patch-23
(Azure CXP) resolves MicrosoftDocs/azure-docs#40459
2 parents 8c6173c + 9e349d7 commit 9666c97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/batch/batch-automatic-scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ These predefined **functions** are available for you to use in defining an autom
203203
| lg(double) |double |Returns the log base 2 of the double. |
204204
| lg(doubleVecList) |doubleVec |Returns the component-wise log base 2 of the doubleVecList. A vec(double) must be explicitly passed for the parameter. Otherwise, the double lg(double) version is assumed. |
205205
| ln(double) |double |Returns the natural log of the double. |
206-
| ln(doubleVecList) |doubleVec |Returns the component-wise log base 2 of the doubleVecList. A vec(double) must be explicitly passed for the parameter. Otherwise, the double lg(double) version is assumed. |
206+
| ln(doubleVecList) |doubleVec |Returns the natural log of the double. |
207207
| log(double) |double |Returns the log base 10 of the double. |
208208
| log(doubleVecList) |doubleVec |Returns the component-wise log base 10 of the doubleVecList. A vec(double) must be explicitly passed for the single double parameter. Otherwise, the double log(double) version is assumed. |
209209
| max(doubleVecList) |double |Returns the maximum value in the doubleVecList. |

0 commit comments

Comments
 (0)