Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qv4mathobject.cpp File Reference

(22df353c14800d2e9b6d57a9a0cb9c6baa337999)

#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)

Function Documentation

◆ copySign()

Q_ALWAYS_INLINE double copySign ( double x,
double y )
static

Definition at line 75 of file qv4mathobject.cpp.

◆ DEFINE_OBJECT_VTABLE()

DEFINE_OBJECT_VTABLE ( MathObject )