提交 c7f4b433 编写于 作者: S shenglian zhou

pass windows compilation

上级 14c02e45
......@@ -2061,7 +2061,7 @@ void vectorMathFunc(int16_t functionId, tExprOperandInfo *pInputs, int32_t numIn
if (!hasNullInputs) {
switch (functionId) {
case TSDB_FUNC_SCALAR_LOG: {
double base = M_E;
double base = 2.7182818284590452354; //const M_E
if (numInputs == 2) {
GET_TYPED_DATA(base, double, pInputs[1].type, inputData[1]);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册