c++表示ln x怎么用c++表示lnx?

来源:学生作业帮助网 编辑:作业帮 时间:2024/06/18 01:41:17

c++表示ln x
怎么用c++表示lnx?

C++中
log(x) 就是自然对数
log10(x) 才是以为10底的对数
要 #include