File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ float ffmath::rCbrt( float x )
162
162
ffmath::getInf () : compute_cbrt ( x, true );
163
163
}
164
164
/* ============================================================================*/
165
- float ffmath::roundf ( float x )
165
+ float ffmath::rounding ( float x )
166
166
{
167
167
x += 12582912 .0f ;
168
168
x -= 12582912 .0f ;
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ namespace qlibs {
167
167
* @return The nearest integer value to @a x, rounding halfway cases away
168
168
* from zero
169
169
*/
170
- float roundf ( float x );
170
+ float rounding ( float x );
171
171
172
172
/* *
173
173
* @brief Computes the largest integer value not greater than @a x.
Original file line number Diff line number Diff line change @@ -57,6 +57,8 @@ This file is part of the QuarkTS++ OS distribution.
57
57
#include " include/rms.hpp"
58
58
#include " include/fp16.hpp"
59
59
#include " include/generic.hpp"
60
+ #include " include/ffmath.hpp"
61
+
60
62
61
63
using namespace qlibs ;
62
64
You can’t perform that action at this time.
0 commit comments