问题标签 [qtmath]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
722 浏览

c++ - qSin() 给出错误的 sin 值?

我有代码:

这是我得到的结果示例:

有些时候是对的,但有些时候是错的,比如当i==303

0 投票
1 回答
437 浏览

linux - 'qNextPowerOfTwo' 未在此范围内声明 - Qt

我最近在 Lubuntu 中安装了 Qt,但出现以下错误

错误显示函数 qNextPowerOfTwo 未在此范围内声明

该函数由文件中包含的 QtMath 库提供。

在此处输入图像描述

这里有什么建议吗?我在 Windows 中有相同的项目,但我没有这样的问题。谢谢你的时间。此致

彼得

PS我附上了.pro文件,问题的相关代码已经在图像中。我正在使用 Qt 5.2.1 (GCC 4.8.2, 32bit)