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

来源:学生作业学帮网 编辑:学帮网 时间:2024/05/29 05:45:47

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

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