![]() |
Qt 6.x
The Qt SDK
|
#include "qv4mathobject_p.h"#include "qv4symbol_p.h"#include <QtCore/qdatetime.h>#include <QtCore/qmath.h>#include <QtCore/qrandom.h>#include <QtCore/private/qnumeric_p.h>#include <QtCore/qthreadstorage.h>#include <cmath>
Include dependency graph for qv4mathobject.cpp:Go to the source code of this file.
Functions | |
| DEFINE_OBJECT_VTABLE (MathObject) | |
| static Q_ALWAYS_INLINE double | copySign (double x, double y) |
|
static |
Definition at line 74 of file qv4mathobject.cpp.
Referenced by QV4::MathObject::method_atan2(), QV4::MathObject::method_ceil(), QV4::MathObject::method_exp(), QV4::MathObject::method_expm1(), QV4::MathObject::method_max(), and QV4::MathObject::method_min().
Here is the caller graph for this function:| DEFINE_OBJECT_VTABLE | ( | MathObject | ) |