读书人

log函数如何用

发布时间: 2012-05-04 12:36:09 作者: rapoo

log函数怎么用?
log(y) = log(x) + 1;
怎么把y的值取出来,用什么函数?


[解决办法]
log(x)=y
exp(y)=x

读书人网 >C++

热点推荐