提交 5aa1a1da 编写于 作者: A Alexey Milovidov

Modified comment [#CLICKHOUSE-31].

上级 7f87bb07
......@@ -61,7 +61,7 @@ static bool parseDecimal(IParser::Pos & pos, IParser::Pos end, ASTSampleRatio::R
if (exponent < 0)
res.denominator *= exp10(-exponent);
/// NOTE You do not need to delete the common power of ten from the numerator and denominator.
/// NOTE You do not need to remove the common power of ten from the numerator and denominator.
return true;
}
......@@ -77,7 +77,7 @@ static bool parseDecimal(IParser::Pos & pos, IParser::Pos end, ASTSampleRatio::R
* - fraction in ordinary decimal notation
*
* 1.23e-1
* - fraction in engineering decimal notation
* - fraction in scientific decimal notation
*
* 123 / 456
* - fraction with an ordinary denominator
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册