You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/batch/batch-automatic-scaling.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ These predefined **functions** are available for you to use in defining an autom
203
203
| lg(double) |double |Returns the log base 2 of the double. |
204
204
| 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. |
205
205
| 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. |
207
207
| log(double) |double |Returns the log base 10 of the double. |
208
208
| 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. |
209
209
| max(doubleVecList) |double |Returns the maximum value in the doubleVecList. |
0 commit comments