yuanfeng0905 opened a new issue #815: wiki 中关于 log 函数的描述有误
URL: https://github.com/apache/incubator-doris/issues/815
 
 
   原文档片段如下:
   ```
   log(double base, double a)
   
   功能:返回log以base为底数,以a为指数的对数值。
   ```
   这里的参数 *a* 应该为真数,而非指数。可修改描述为:
   ```
   功能:返回 log 以 base 为底数,以 a 为真数的对数值。
   ```
   PS: wiki 中关于 log(dlog/log10/dlog10)  函数的描述均有此问题。
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to