最佳答案
我假设 abs和 fabs在使用 math.h时表现不同。但是当我只使用 cmath和 std::abs时,我必须使用 std::fabs还是 fabs?难道这还不够明确吗?